shemetz / ZoomPanOptions

FoundryVTT module for zooming and panning better
MIT License
7 stars 8 forks source link

Rotation Rate Limit Is Undefined #50

Closed Jacob-Lisner closed 9 months ago

Jacob-Lisner commented 1 year ago

(Note this is version 10) - game.mouse.MOUSE_WHEEL_RATE_LIMIT should be game.mouse.constructor.MOUSE_WHEEL_RATE_LIMIT on line 25. The current value is undefined and causes there to be no effective rate limit.

shemetz commented 9 months ago

Oh, fixed in 1.12.0, I forgot to comment that!