Better-than-Adventure / bta-issues

You can report bugs for Better than Adventure here.
25 stars 0 forks source link

Some sliders lag the game #332

Open munohikari opened 1 month ago

munohikari commented 1 month ago

Video option mipmap slider lags the game due to re-generating mipmaps, dropping input events. Same happens with render distance slider in-game.

  1. Click on the slider, making the game lag
  2. Mouse the mouse elsewhere
  3. After it unlags, options was not changed

As i see it, either these options should apply after you close options menu (how it does in modern Minecraft with re-loading textures), or it should use a UI element that won't be affected by the lag, such as a combobox.