From 3eb0ed200c1fa524e596885f7e98b441ad8c2500 Mon Sep 17 00:00:00 2001 From: TSnake41 Date: Wed, 1 Apr 2020 13:16:25 +0200 Subject: [PATCH] Tiny change --- examples/lua_repl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lua_repl.lua b/examples/lua_repl.lua index b04e2b7..3e72542 100644 --- a/examples/lua_repl.lua +++ b/examples/lua_repl.lua @@ -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()