mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-17 23:17:39 +00:00
added the missing fixmatrix
This commit is contained in:
@@ -1437,6 +1437,7 @@ EX void optimizeview() {
|
||||
transmatrix iView = inverse(View);
|
||||
virtualRebase(centerover, iView);
|
||||
View = inverse(iView);
|
||||
fixmatrix(View);
|
||||
|
||||
#if CAP_ANIMATIONS
|
||||
if(centerover && inmirror(centerover)) {
|
||||
|
Reference in New Issue
Block a user