Tiny change
This commit is contained in:
parent
dfbc283fed
commit
3eb0ed200c
@ -1,6 +1,6 @@
|
|||||||
rl.SetConfigFlags(rl.FLAG_VSYNC_HINT)
|
rl.SetConfigFlags(rl.FLAG_VSYNC_HINT)
|
||||||
|
|
||||||
rl.InitWindow(800, 450, "raylib [core] example - basic window")
|
rl.InitWindow(800, 450, "raylib [lua] example - repl")
|
||||||
|
|
||||||
while not rl.WindowShouldClose() do
|
while not rl.WindowShouldClose() do
|
||||||
rl.BeginDrawing()
|
rl.BeginDrawing()
|
||||||
|
Loading…
Reference in New Issue
Block a user