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
Describe the bug
Analog inputs are read as floats instead of integers in the Display Options step event, which can result in non-boolean settings having invalid values.
To Reproduce
Get analog input device (joystick, touch screen)
go to display settings in game
Change the setting of any non-boolean (e.g. Window Size, Metroid Counter, and Controller Tips) using the analog input.
Sometimes [!] appears. Doing this with Window Size can also result in bad screen scaling.
Expected behavior
Changing settings with analog should never cause invalid values.
Media
Platform (please complete the following information):
OS: Any
Game Version:
1.5.5
Additional context
Simple fix: round the analog input values in the step event of oOptionsDisplay
Describe the bug
Analog inputs are read as floats instead of integers in the Display Options step event, which can result in non-boolean settings having invalid values.
To Reproduce
[!]
appears. Doing this with Window Size can also result in bad screen scaling.Expected behavior
Changing settings with analog should never cause invalid values.
Media
Platform (please complete the following information):
Game Version:
1.5.5
Additional context
Simple fix: round the analog input values in the step event of oOptionsDisplay
The text was updated successfully, but these errors were encountered: