You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Store viewport width/height in drawScene
The client is resetting the width/height on login, which for a brief
time will draw frames with 0 width and height while hopping.
Port of runelite/runelite@fc46352
Apply UI scaling also when DPI scaling
UI scaling options were only applied with stretched mode enabled, but
these are useful also when DPI scaling to integer multiples.