mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-03 09:17:02 +00:00
2D3D: fixed_yz now works when scrolling
This commit is contained in:
parent
db988058de
commit
25999229a4
@ -582,8 +582,11 @@ void mainloopiter() {
|
||||
else {
|
||||
ors::check_orientation();
|
||||
if(cmode & sm::CENTER) {
|
||||
ld aspd = (ticks - lastt) / 1000.0 * exp(vid.sspeed);
|
||||
if(playermoved && vid.sspeed > -4.99 && !outoffocus)
|
||||
centerpc((ticks - lastt) / 1000.0 * exp(vid.sspeed));
|
||||
centerpc(aspd);
|
||||
else if(DIM == 3)
|
||||
spinEdge(aspd);
|
||||
#if CAP_SDLJOY
|
||||
if(panjoyx || panjoyy)
|
||||
checkpanjoy((ticks - lastt) / 1000.0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user