Fix shapes_logo_raylib title

This commit is contained in:
TSnake41 2020-12-29 14:04:56 +01:00
parent 1fc022b604
commit 57f8548f4d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ local lua_color = rl.new("Color", 3, 3, 128, 255)
local width, height = 800, 450
rl.SetConfigFlags(rl.FLAG_VSYNC_HINT)
rl.InitWindow(800, 450, "raylib [shapes] example - basic shapes drawing")
rl.InitWindow(800, 450, "raylib [shapes] example - raylib logo")
while not rl.WindowShouldClose() do
rl.BeginDrawing()