mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-21 17:21:45 +00:00
Fixed another small comment error
This commit is contained in:
@@ -89,7 +89,7 @@ int main()
|
||||
// Get input
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
// Press 0 - 4 to reset c to a point of interest.
|
||||
// Press 1 - 6 to reset c to a point of interest.
|
||||
if (IsKeyPressed(KEY_ONE) || IsKeyPressed(KEY_TWO) || IsKeyPressed(KEY_THREE) || IsKeyPressed(KEY_FOUR) || IsKeyPressed(KEY_FIVE) || IsKeyPressed(KEY_SIX))
|
||||
{
|
||||
if (IsKeyPressed(KEY_ONE))
|
||||
|
Reference in New Issue
Block a user