Update runtime to fix regenerated functions using the wrong event index and bump version to 1.2.0-rc5

This commit is contained in:
Mr-Wiseguy 2025-05-03 02:46:44 -04:00
parent 171a5c4362
commit 0009343d36
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 327c34db2d3abdb7c682361125fee1a76622486c
Subproject commit c5e268aa0f71cf06a10a001da981dc3e02e7dff0

View file

@ -48,7 +48,7 @@
#include "../../lib/rt64/src/contrib/stb/stb_image.h"
const std::string version_string = "1.2.0-rc4";
const std::string version_string = "1.2.0-rc5";
template<typename... Ts>
void exit_error(const char* str, Ts ...args) {