abunai10 / CaffeineIssues

0 stars 0 forks source link

Scanner Lines Frame #2

Open dontstephere opened 11 months ago

dontstephere commented 11 months ago

Scanner Lines cause a consistent frame loss; not fps drop spikes IE 60 fps consistent drops to 5 fps consistent

abunai10 commented 10 months ago

Added an option to toggle lines on the scanner.

The issue lies in Daemonic and Tinkr having different arguments for Draw:Line(), with Daemonic having an "AlwaysDraw" boolean option while Tinkr has a "maxdistance" number option. Daemonic's AlwaysDraw is on when TInkr's maxdistance is set, so it's always trying to draw lines on Daemonic.

Will fix when new loader and platform are released. The toggle is currently temporary.