fix: writeables not reset after world close
This commit is contained in:
@@ -220,6 +220,7 @@ void EnginePaths::cleanup() {
|
|||||||
io::remove_device(entryPoint);
|
io::remove_device(entryPoint);
|
||||||
}
|
}
|
||||||
entryPoints.clear();
|
entryPoints.clear();
|
||||||
|
writeables.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void EnginePaths::setEntryPoints(std::vector<PathsRoot> entryPoints) {
|
void EnginePaths::setEntryPoints(std::vector<PathsRoot> entryPoints) {
|
||||||
|
|||||||
Reference in New Issue
Block a user