This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Eiyeron
/
Pacman
Suivre
1
Voter
0
Fork
0
Files
Tickets
0
Pull Requests
0
Wiki
Parcourir la Source
Fix sprite clipping by using signed rect width
Streetwalrus Einstein
il y a 10 ans
Parent
b242bd816f
commit
67ecca4561
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
include/Graphics.h
+ 1
- 1
include/Graphics.h
Voir le fichier
@@ -9,7 +9,7 @@ namespace WalrusRPG
struct Rect
{
int x, y;
-
unsigned
w, h;
+
int
w, h;
};
/*