Explorar o código

fixed an "unsigned float problem"

Adrien Boucaud %!s(int64=12) %!d(string=hai) anos
pai
achega
b38ada9bd0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 };