fix: writeables not reset after world close

This commit is contained in:
MihailRis 2025-07-18 22:57:38 +03:00
parent fdeec22515
commit 0b598630d0

View File

@ -220,6 +220,7 @@ void EnginePaths::cleanup() {
io::remove_device(entryPoint);
}
entryPoints.clear();
writeables.clear();
}
void EnginePaths::setEntryPoints(std::vector<PathsRoot> entryPoints) {