Fix typos in src/platforms/rcore_*.c (#3581)

This commit is contained in:
RadsammyT
2023-11-28 14:39:10 -05:00
committed by GitHub
parent 1906f1eddf
commit fe53ba80dd
5 changed files with 14 additions and 14 deletions

View File

@ -664,7 +664,7 @@ void PollInputEvents(void)
// TODO: This code does not seem to do anything??
//if (CORE.Window.eventWaiting) glfwWaitEvents(); // Wait for in input events before continue (drawing is paused)
//else glfwPollEvents(); // Poll input events: keyboard/mouse/window events (callbacks) --> WARNING: Where is key input reseted?
//else glfwPollEvents(); // Poll input events: keyboard/mouse/window events (callbacks) --> WARNING: Where is key input reset?
}
//----------------------------------------------------------------------------------
@ -937,7 +937,7 @@ int InitPlatform(void)
emscripten_set_gamepaddisconnected_callback(NULL, 1, EmscriptenGamepadCallback);
//----------------------------------------------------------------------------
// Initialize timming system
// Initialize timing system
//----------------------------------------------------------------------------
InitTimer();
//----------------------------------------------------------------------------