Update runtime to fix some issues that could happen after mod conflicts

and bump version to 1.2.0-rc4
This commit is contained in:
Mr-Wiseguy
2025-05-02 15:08:48 -04:00
parent 2b334dedfd
commit 171a5c4362
2 changed files with 2 additions and 2 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-rc3";
const std::string version_string = "1.2.0-rc4";
template<typename... Ts>
void exit_error(const char* str, Ts ...args) {