mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-07 08:54:07 +00:00
smoother in 3D Gravity
This commit is contained in:
parent
fc7563e388
commit
c33887a313
@ -1299,7 +1299,7 @@ EX void spinEdge(ld aspd) {
|
|||||||
if(ds.qty && GDIM == 2) {
|
if(ds.qty && GDIM == 2) {
|
||||||
downspin += models::rotation * degree;
|
downspin += models::rotation * degree;
|
||||||
}
|
}
|
||||||
if(GDIM == 2) {
|
if(ds.qty) {
|
||||||
cyclefix(downspin, 0);
|
cyclefix(downspin, 0);
|
||||||
downspin = downspin * min(ds.speed, (double)1);
|
downspin = downspin * min(ds.speed, (double)1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user