Quantx / CC2-UI-Enhancer

UI Enhancer mod for Carrier Command 2
58 stars 17 forks source link

Prevent rounding errors making the logistics bar jitter on update #32

Closed Rcomian closed 2 years ago

Rcomian commented 2 years ago

New technique for handling the jitter, it's better with the loop.

Keeping track of where we should be (unrounded). Also keeping track of how far we got (rounded). Length of the bar is always the difference between where we want to be and how far we previously got. Seems to render stably.