4 Commits

Author SHA1 Message Date
Dario db4ec43d3a Switch deprecated mod. 2026-01-29 19:57:38 -03:00
Dario 10979f921e Update RecompFrontend for deprecated mod support. 2026-01-29 19:57:38 -03:00
Dario 65c377642a Add modern runtime with deprecated mods support. 2026-01-29 19:57:38 -03:00
Dario 432e4a12a6 Add always high poly model as deprecated mod. 2026-01-29 19:57:38 -03:00
+1 -1
View File
@@ -64,7 +64,7 @@
#include "../../lib/rt64/src/contrib/stb/stb_image.h" #include "../../lib/rt64/src/contrib/stb/stb_image.h"
const std::string version_string = "1.0.1"; const std::string version_string = "1.0.0";
template<typename... Ts> template<typename... Ts>
void exit_error(const char* str, Ts ...args) { void exit_error(const char* str, Ts ...args) {