1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-08 00:01:24 +00:00

fixed leak/bug

This commit is contained in:
Zeno Rogue
2026-04-17 10:24:04 +02:00
parent 08e5fb3f1e
commit 9a85297607

View File

@@ -1373,6 +1373,7 @@ void geometry_information::make_floor_textures_here() {
*/
rb.reset();
last_texture_step = vid.texture_step;
delete m;
}
EX void make_floor_textures() {