smoother in 3D Gravity

This commit is contained in:
Zeno Rogue 2020-04-19 22:00:29 +02:00
parent fc7563e388
commit c33887a313
1 changed files with 1 additions and 1 deletions

View File

@ -1299,7 +1299,7 @@ EX void spinEdge(ld aspd) {
if(ds.qty && GDIM == 2) {
downspin += models::rotation * degree;
}
if(GDIM == 2) {
if(ds.qty) {
cyclefix(downspin, 0);
downspin = downspin * min(ds.speed, (double)1);
}