Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
lolengine
/
lol
réplica de
https://github.com/lolengine/lol
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Ensure the DebugFps object is rendered in front of everything else.
legacy
Sam Hocevar
sam
hace 13 años
padre
9a66d6b1bb
commit
ca16123ccb
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/debugfps.cpp
+ 1
- 1
src/debugfps.cpp
Ver fichero
@@ -45,7 +45,7 @@ DebugFps::DebugFps(int x, int y)
}
#else
data->lines[0] = new Text(NULL, "gfx/font/ascii.png");
data->lines[0]->SetPos(int3(x, y, 0));
data->lines[0]->SetPos(int3(x, y,
10
0));
Ticker::Ref(data->lines[0]);
#endif
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar