1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-11 18:00:34 +00:00

no more need_reset_geometry after make_floor_textures -- it will be done anyway

This commit is contained in:
Zeno Rogue 2019-05-11 15:22:35 +02:00
parent 22ce25c396
commit 063e4e35c2

View File

@ -942,8 +942,6 @@ void make_floor_textures() {
*/
rb.reset();
}
need_reset_geometry = true;
}