Defer setting an element's text if it has children to fix race condition crash, bump version to 1.2.0-rc3

This commit is contained in:
Mr-Wiseguy
2025-05-02 06:33:44 -04:00
parent a03a0faaeb
commit 88c47bcc4e
4 changed files with 53 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
#include "../../lib/rt64/src/contrib/stb/stb_image.h"
const std::string version_string = "1.2.0-rc2";
const std::string version_string = "1.2.0-rc3";
template<typename... Ts>
void exit_error(const char* str, Ts ...args) {