Przeglądaj źródła

fixed an "unsigned float problem"

Adrien Boucaud 12 lat temu
rodzic
commit
b38ada9bd0
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 };