From 0b598630d049c2192f753fc12100769a36acb15e Mon Sep 17 00:00:00 2001 From: MihailRis Date: Fri, 18 Jul 2025 22:57:38 +0300 Subject: [PATCH] fix: writeables not reset after world close --- src/io/engine_paths.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/io/engine_paths.cpp b/src/io/engine_paths.cpp index 4c424f95..3526f387 100644 --- a/src/io/engine_paths.cpp +++ b/src/io/engine_paths.cpp @@ -220,6 +220,7 @@ void EnginePaths::cleanup() { io::remove_device(entryPoint); } entryPoints.clear(); + writeables.clear(); } void EnginePaths::setEntryPoints(std::vector entryPoints) {