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 @@
Subproject commit 0aa75b98baaef9d23a0d2cf51c8b44fd857c8fe1
Subproject commit 327c34db2d3abdb7c682361125fee1a76622486c

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) {