mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +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) {
|
||||
downspin += models::rotation * degree;
|
||||
}
|
||||
if(GDIM == 2) {
|
||||
if(ds.qty) {
|
||||
cyclefix(downspin, 0);
|
||||
downspin = downspin * min(ds.speed, (double)1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user