Tiny change

This commit is contained in:
TSnake41 2020-04-01 13:16:25 +02:00
parent dfbc283fed
commit 3eb0ed200c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
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
rl.BeginDrawing()