mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Fixes for some Lua bugs
This commit is contained in:
@ -87,7 +87,7 @@ while not WindowShouldClose() do -- Detect window close button or ESC
|
||||
btnNextInColor = PURPLE
|
||||
end
|
||||
|
||||
if (IsMouseButtonDown(MOUSE_LEFT_BUTTON)) then
|
||||
if (IsMouseButtonDown(MOUSE.LEFT_BUTTON)) then
|
||||
framesCounter = 20 -- Frames button is 'active'
|
||||
btnNextOutColor = MAROON
|
||||
btnNextInColor = RED
|
||||
|
||||
Reference in New Issue
Block a user