Kaynağa Gözat

fixed an "unsigned float problem"

Adrien Boucaud 12 yıl önce
ebeveyn
işleme
b38ada9bd0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;
 };