Bladeren bron

typo fix (#4656)

pull/4661/head
rexept 1 week geleden
committed by GitHub
bovenliggende
commit
2f95e8382b
Geen bekende sleutel gevonden voor deze handtekening in de database GPG sleutel-ID: B5690EEEBB952194
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +2
    -2
      examples/core/core_3d_camera_split_screen.c

+ 2
- 2
examples/core/core_3d_camera_split_screen.c Bestand weergeven

@ -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;
}
}

Laden…
Annuleren
Opslaan