Fix mouse wheel speed outside of gui screen on 1.13+
This commit is contained in:
@@ -40,7 +40,7 @@ public abstract class MixinMouseHelper {
|
||||
//#endif
|
||||
) {
|
||||
if (ReplayModReplay.instance.getReplayHandler() != null) {
|
||||
InputReplayTimer.handleScroll((int) yOffsetAccumulated);
|
||||
InputReplayTimer.handleScroll((int) (yOffsetAccumulated * 120));
|
||||
ci.cancel();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user