Flip X mouse deltas if bed is upside down (when camera up vector has negative Z)

This commit is contained in:
Enrico Turri 2019-04-30 15:09:25 +02:00
parent 646986348a
commit 3a5485a179
3 changed files with 7 additions and 1 deletions

View file

@ -22,6 +22,7 @@ struct Camera
float phi;
// float distance;
bool requires_zoom_to_bed;
bool inverted_phi;
private:
Vec3d m_target;