mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-19 13:43:04 +00:00
fixed centerpc in Euclidean with yshift
This commit is contained in:
parent
35a4330412
commit
a1ca5b2995
@ -1080,7 +1080,7 @@ void centerpc(ld aspd) {
|
||||
if(aspd > R) aspd = R;
|
||||
|
||||
for(int i=0; i<DIM; i++)
|
||||
View[i][DIM] -= cwtV[i][DIM] * aspd / R;
|
||||
View[i][DIM] -= H[i] * aspd / R;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user