mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-05 12:57:57 +00:00
Changed to 4 spaces
This commit is contained in:
@@ -51,7 +51,7 @@ int main(void)
|
||||
{
|
||||
// Initialization
|
||||
//--------------------------------------------------------------------------------------
|
||||
SetConfigFlags(FLAG_WINDOW_HIGHDPI);
|
||||
SetConfigFlags(FLAG_WINDOW_HIGHDPI);
|
||||
InitWindow(SCREEN_WIDTH, SCREEN_HEIGHT, "raylib [shapes] example - Double Pendulum");
|
||||
|
||||
// Simulation Paramters
|
||||
|
||||
Reference in New Issue
Block a user