mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-04 05:09:17 -05:00
Update examples and remove .exe
This commit is contained in:
@ -37,7 +37,7 @@ int main()
|
||||
|
||||
Vector2 mousePoint;
|
||||
|
||||
InitWindowEx(screenWidth, screenHeight, "raylib example 06a - color selection", false, "resources/mouse.png");
|
||||
InitWindow(screenWidth, screenHeight, "raylib example 06a - color selection");
|
||||
|
||||
SetTargetFPS(60);
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user