1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-30 00:49:03 +00:00

Fixed the bugs with computing fieldpattern not in hyperbolic geometry (memory error + canvas crashes)

This commit is contained in:
Zeno Rogue
2018-05-09 21:32:31 +02:00
parent 03db677d66
commit 39db828a38
5 changed files with 15 additions and 9 deletions

View File

@@ -5728,7 +5728,7 @@ auto graphcm = addHook(clearmemory, 0, [] () {
void resetGeometry() {
precalc();
currfp.analyze();
if(hyperbolic) currfp.analyze();
#if CAP_GL
resetGL();
#endif