Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinKonowalczyk authored Jan 9, 2024
1 parent 0b50f0c commit a157ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/raylib_game.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static void UpdateDrawFrame(void); // Update and Draw one frame
int main(void)
{
#if !defined(_DEBUG)
SetTraceLogLevel(LOG_NONE); // Disable raylib trace log messsages
SetTraceLogLevel(LOG_NONE); // Disable raylib trace log messages
#endif

// Initialization
Expand Down Expand Up @@ -120,7 +120,7 @@ void UpdateDrawFrame(void)
// Draw
//----------------------------------------------------------------------------------
// Render game screen to a texture,
// it could be useful for scaling or further sahder postprocessing
// it could be useful for scaling or further shader postprocessing
BeginTextureMode(target);
ClearBackground(RAYWHITE);

Expand Down

0 comments on commit a157ef3

Please sign in to comment.