mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-05 03:47:58 +00:00
3d:: fixed a bug in centerpc
This commit is contained in:
@@ -1042,6 +1042,7 @@ void centerpc(ld aspd) {
|
||||
if(shmup::on && DIM == 3) {
|
||||
transmatrix at = cpush(2, -vid.yshift) * ggmatrix(shmup::pc[0]->base) * shmup::pc[0]->at;
|
||||
View = inverse(at) * View;
|
||||
return;
|
||||
}
|
||||
|
||||
#if CAP_RACING
|
||||
|
Reference in New Issue
Block a user