racing:: disabled track-relative centering in kitedart3

This commit is contained in:
Zeno Rogue 2019-08-02 18:56:21 +02:00
parent bc912a2fbb
commit fc143970c0
1 changed files with 1 additions and 1 deletions

View File

@ -685,7 +685,7 @@ bool set_view() {
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;
}
else {