Fixed an issue with players with the time measurement 'real time'.

This commit is contained in:
Tercio Jose
2023-07-30 10:25:16 -03:00
parent 0bcc58bf5a
commit 104fd7398a
4 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -393,7 +393,7 @@
---@field RegisterForClicks fun(self: button, button1: nil|buttontype, button2: nil|buttontype, button3: nil|buttontype, button4: nil|buttontype)
---@field GetNormalTexture fun(self: button) : texture
---@field GetPushedTexture fun(self: button) : texture
---@field GetHightlightTexture fun(self: button) : texture
---@field GetHighlightTexture fun(self: button) : texture
---@field GetDisabledTexture fun(self: button) : texture
---@class statusbar : frame