Merge remote-tracking branch 'upstream/development' into test-vcpkg-local

This commit is contained in:
marauder2k7 2026-07-02 08:41:24 +01:00
commit 384c794e6b
7 changed files with 429 additions and 141 deletions

View file

@ -252,8 +252,9 @@ bool Taml::write(SimObject* pSimObject, const char* pFilename)
stream.close();
// Reset the compilation.
resetCompilation();
mWriteLocked = false;
resetCompilation();
return status;
}