Explorar el Código

typo fix

pull/4656/head
rexept hace 2 semanas
padre
commit
19b3ff93a6
Error al extraer la firma
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      examples/core/core_3d_camera_split_screen.c

+ 2
- 2
examples/core/core_3d_camera_split_screen.c Ver fichero

@ -63,7 +63,7 @@ int main(void)
// Update
//----------------------------------------------------------------------------------
// If anyone moves this frame, how far will they move based on the time since the last frame
// this moves thigns at 10 world units per second, regardless of the actual FPS
// this moves things at 10 world units per second, regardless of the actual FPS
float offsetThisFrame = 10.0f*GetFrameTime();
// Move Player1 forward and backwards (no turning)
@ -171,4 +171,4 @@ int main(void)
//--------------------------------------------------------------------------------------
return 0;
}
}

Cargando…
Cancelar
Guardar