Indentation fixes
This commit is contained in:
parent
e0eca96a6d
commit
9b9e9d3168
@ -3,12 +3,12 @@ rl.SetConfigFlags(rl.FLAG_VSYNC_HINT)
|
||||
rl.InitWindow(800, 450, "raylib [core] example - basic window")
|
||||
|
||||
while not rl.WindowShouldClose() do
|
||||
rl.BeginDrawing()
|
||||
rl.BeginDrawing()
|
||||
|
||||
rl.ClearBackground(rl.RAYWHITE)
|
||||
rl.DrawText("Congrats! You created your first window!", 190, 200, 20, rl.LIGHTGRAY)
|
||||
rl.ClearBackground(rl.RAYWHITE)
|
||||
rl.DrawText("Congrats! You created your first window!", 190, 200, 20, rl.LIGHTGRAY)
|
||||
|
||||
rl.EndDrawing()
|
||||
rl.EndDrawing()
|
||||
end
|
||||
|
||||
rl.CloseWindow()
|
||||
|
@ -17,7 +17,7 @@ while not rl.WindowShouldClose() do
|
||||
|
||||
rl.DrawText("this is NOT a texture!", 350, 370, 10, rl.GRAY)
|
||||
|
||||
rl.EndDrawing()
|
||||
rl.EndDrawing()
|
||||
end
|
||||
|
||||
rl.CloseWindow()
|
||||
rl.CloseWindow()
|
Loading…
Reference in New Issue
Block a user