fix: writeables not reset after world close
This commit is contained in:
parent
fdeec22515
commit
0b598630d0
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user