This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
Eiyeron
/
Pacman
Seguir
1
Destacar
0
Fork
0
Files
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Fix sprite clipping by using signed rect width
Streetwalrus Einstein
%!s(int64=10) %!d(string=hai) anos
pai
b242bd816f
achega
67ecca4561
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
include/Graphics.h
+ 1
- 1
include/Graphics.h
Ver ficheiro
@@ -9,7 +9,7 @@ namespace WalrusRPG
struct Rect
{
int x, y;
-
unsigned
w, h;
+
int
w, h;
};
/*