mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Replaced tabs by 4 spaces
This commit is contained in:
@ -18,7 +18,7 @@ int main()
|
||||
|
||||
// Initialization
|
||||
//---------------------------------------------------------
|
||||
InitWindow(screenWidth, screenHeight, "raylib example 02a - raylib logo"); // Window and context initialization
|
||||
InitWindow(screenWidth, screenHeight, "raylib example 02a - raylib logo");
|
||||
//----------------------------------------------------------
|
||||
|
||||
// Main game loop
|
||||
|
||||
Reference in New Issue
Block a user