RainbowVille / minegasm

Minegasm = Minecraft (Neo)Forge + haptics
https://www.minegasm.net/
GNU Affero General Public License v3.0
28 stars 9 forks source link

Fix vibration skip #7

Closed RSwoop closed 3 years ago

RSwoop commented 3 years ago

At the moment, when we have a continuous vibration, there's a periodical short skip due to + ((tickCounter % (TICKS_PER_SECOND - 1) == 0) ? 1 : 0) in setState. This only confuses people and perhaps should just get removed.