Doesn't work segfaults.

This commit is contained in:
Sheldon Lee
2020-06-24 04:05:49 +01:00
parent f4dc092e26
commit 1ad1660736
8 changed files with 74 additions and 54 deletions
+1
View File
@@ -12,3 +12,4 @@ void moveVect2f(Vect2f* vect, float x, float y)
vect->x += x;
vect->y += y;
}