Explorar el Código

Update core_2d_camera.c

pull/2585/head
Ray hace 3 años
padre
commit
a3a6b3f24a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      examples/core/core_2d_camera.c

+ 0
- 1
examples/core/core_2d_camera.c Ver fichero

@ -57,7 +57,6 @@ int main(void)
{
// Update
//----------------------------------------------------------------------------------
// Player movement
if (IsKeyDown(KEY_RIGHT)) player.x += 2;
else if (IsKeyDown(KEY_LEFT)) player.x -= 2;

Cargando…
Cancelar
Guardar