Loading apps/renderer.c +4 −0 Original line number Diff line number Diff line Loading @@ -1237,7 +1237,11 @@ static bool parseDiegeticPan( return false; } } #ifdef NO_DIEGETIC_PAN return true; #else return false; #endif } static bool parseOrientationTracking( Loading Loading
apps/renderer.c +4 −0 Original line number Diff line number Diff line Loading @@ -1237,7 +1237,11 @@ static bool parseDiegeticPan( return false; } } #ifdef NO_DIEGETIC_PAN return true; #else return false; #endif } static bool parseOrientationTracking( Loading