Nihonium
Nihonium
Closing this as didn't notice this anymore and no user reports regarding this it seems.
Reopening as user has encountered this issue. See https://canary.discord.com/channels/779705925577080842/779739477642838036/957583036776591400 https://user-images.githubusercontent.com/77746579/161008996-47a454ee-3d87-4fa1-8a69-afde39eb280a.mp4 5577080842/779739477642838036/957583036776591400
While what you described indeed sounds like an input field bug, you still should be able to reset scale using that `1:1` button!
Doesn't this has a potential to cause server's main-thread lags? Each SBag update would be calling into ScRT [blocking main-thread](https://github.com/citizenfx/fivem/blob/66d052957b28a5102eba86fad5947e40b22597dc/code/components/citizen-server-impl/src/state/ServerGameState.cpp#L4208) and filtering code can be of arbitrary complexity. Main-thread ticks...