mirror of
https://github.com/sam-astro/Z-Sharp.git
synced 2025-12-11 16:22:12 +00:00
Changed to system type
This commit is contained in:
parent
ab015b0cef
commit
aa312cbc3b
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user