Changed to system type

This commit is contained in:
sam-astro 2022-01-11 22:39:13 -05:00 committed by GitHub
parent ab015b0cef
commit aa312cbc3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,6 @@ func NSprite(path, x, y, r)
// Creates new Vector2 class
func Vec2(x, y)
{
Vec2 v = CPP.Graphics.Vec2(x, y)
Vec2 v = CPP.System.Vec2(x, y)
return v
}