Bläddra i källkod

Fix sprite clipping by using signed rect width

Streetwalrus Einstein 10 år sedan
förälder
incheckning
67ecca4561
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      include/Graphics.h

+ 1 - 1
include/Graphics.h

@@ -9,7 +9,7 @@ namespace WalrusRPG
         struct Rect
         {
             int x, y;
-            unsigned w, h;
+            int w, h;
         };
 
         /*