Update examples and remove .exe

This commit is contained in:
raysan5
2014-09-16 11:30:25 +02:00
parent c56ef738ed
commit 01651af08a
23 changed files with 7 additions and 7 deletions

View File

@ -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);
//--------------------------------------------------------------------------------------