mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-12-13 23:49:46 +01:00
Version 2.4 - http://otclient.net/showthread.php?tid=160
This commit is contained in:
@@ -29,6 +29,9 @@ local function calcValues(self)
|
||||
end
|
||||
|
||||
local px = math.max(proportion * pxrange, 6)
|
||||
if g_app.isMobile() then
|
||||
px = math.max(proportion * pxrange, 24)
|
||||
end
|
||||
px = px - px % 2 + 1
|
||||
|
||||
local offset = 0
|
||||
|
||||
Reference in New Issue
Block a user