Vortelio
Results
2
comments of
Vortelio
What if the angle is 2000000000 degrees? Maybe something like this: ``` if (Math.abs(value) > 180) { value = value / Math.abs(value) * (Math.abs(value) - Math.round(Math.abs(value) / 360) * 360);...
Try adding "-threads 0" to the launch parameters. My crashes stopped, but the FPS dropped significantly. Maybe it's a "race condition".