1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-10 02:33:00 +00:00

delete textures, saner resetGL calling rule?

This commit is contained in:
Zeno Rogue
2019-03-16 22:49:12 +01:00
parent 38559b304b
commit 608692b6df
2 changed files with 6 additions and 4 deletions

View File

@@ -6479,9 +6479,7 @@ void resetGeometry() {
#if CAP_FIELD
if(hyperbolic && &currfp != &fieldpattern::fp_invalid) currfp.analyze();
#endif
#if CAP_GL
resetGL();
#endif
buildpolys();
}
//=== animation