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);
|
||||
}
|
||||
entryPoints.clear();
|
||||
writeables.clear();
|
||||
}
|
||||
|
||||
void EnginePaths::setEntryPoints(std::vector<PathsRoot> entryPoints) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user