Parcourir la Source

fixed an "unsigned float problem"

Adrien Boucaud il y a 12 ans
Parent
commit
b38ada9bd0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      struct.h

+ 1 - 1
struct.h

@@ -48,7 +48,7 @@ struct Camera{
     int cX;
     int cY;
     int angle;
-    unsigned float zoom;
+    float zoom;
 
     float speed;
 };