mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 23:52:35 +00:00
Storm Sync
This commit is contained in:
@@ -13,8 +13,8 @@ class IMICFPS
|
||||
end
|
||||
|
||||
def update
|
||||
@text.x = @margin + @size + @padding
|
||||
@text.y = window.height - (@margin + @text.height)
|
||||
@text.x = Widget.margin + @size + Widget.padding
|
||||
@text.y = window.height - (Widget.margin + @text.height)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user