mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-16 00:51:20 +00:00
using viewcenter() consistently
This commit is contained in:
+1
-1
@@ -444,7 +444,7 @@ EX namespace history {
|
||||
xpos += bwidth;
|
||||
}
|
||||
|
||||
last_base = viewctr.at->c7;
|
||||
last_base = viewcenter();
|
||||
last_relative = inverse(ggmatrix(last_base)) * C0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user