mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 10:48:04 +00:00
using viewcenter() consistently
This commit is contained in:
@@ -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