This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
Eiyeron
/
Pacman
Seguir
1
Destacar
0
Fork
0
Files
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Fix sprite clipping by using signed rect width
Streetwalrus Einstein
hace 10 años
padre
b242bd816f
commit
67ecca4561
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
include/Graphics.h
+ 1
- 1
include/Graphics.h
Ver fichero
@@ -9,7 +9,7 @@ namespace WalrusRPG
struct Rect
{
int x, y;
-
unsigned
w, h;
+
int
w, h;
};
/*