From c60b96c1b873606c9598f3059e409bc4a4bb4054 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 16 Nov 2019 01:41:44 +0100 Subject: [PATCH] added the missing fixmatrix --- hypgraph.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hypgraph.cpp b/hypgraph.cpp index 519b9f41..3665c33c 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -1437,7 +1437,8 @@ EX void optimizeview() { transmatrix iView = inverse(View); virtualRebase(centerover, iView); View = inverse(iView); - + fixmatrix(View); + #if CAP_ANIMATIONS if(centerover && inmirror(centerover)) { anims::reflect_view();