mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
graphics fixes and improvements
This commit is contained in:
@@ -83,6 +83,8 @@ TopPanel
|
||||
cycleEvent(function()
|
||||
local frameCounter = rootWidget:recursiveGetChildById('frameCounter')
|
||||
if frameCounter then
|
||||
frameCounter:setText('FPS: ' .. g_app.getBackgroundPaneFps())
|
||||
local text = 'FPS: ' .. g_app.getBackgroundPaneFps()
|
||||
frameCounter:setText(text)
|
||||
--print(text)
|
||||
end
|
||||
end, 250)
|
||||
|
Reference in New Issue
Block a user