mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 01:07:57 +00:00
added the missing fixmatrix
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user