mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
racing:: disabled track-relative centering in kitedart3
This commit is contained in:
parent
bc912a2fbb
commit
fc143970c0
@ -685,7 +685,7 @@ bool set_view() {
|
|||||||
|
|
||||||
transmatrix at = ypush(-vid.yshift) * ggmatrix(who->base) * who->at;
|
transmatrix at = ypush(-vid.yshift) * ggmatrix(who->base) * who->at;
|
||||||
|
|
||||||
if(racing::player_relative || quotient) {
|
if(racing::player_relative || quotient || (penrose && DIM == 3)) {
|
||||||
View = inverse(at) * View;
|
View = inverse(at) * View;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user