This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
Eiyeron
/
Pacman
Observar
1
Favorito
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Ver código fonte
Fix sprite clipping by using signed rect width
Streetwalrus Einstein
10 anos atrás
pai
b242bd816f
commit
67ecca4561
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
include/Graphics.h
+ 1
- 1
include/Graphics.h
Ver arquivo
@@ -9,7 +9,7 @@ namespace WalrusRPG
struct Rect
{
int x, y;
-
unsigned
w, h;
+
int
w, h;
};
/*