From 549af0ac497fb7527df90b1752430684f3f0ea71 Mon Sep 17 00:00:00 2001 From: Mr-Wiseguy Date: Mon, 25 Aug 2025 00:20:04 -0400 Subject: [PATCH] Update RT64 for multimonitor frame pacing issue and bump version number --- lib/rt64 | 2 +- src/main/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rt64 b/lib/rt64 index b552151..23cab60 160000 --- a/lib/rt64 +++ b/lib/rt64 @@ -1 +1 @@ -Subproject commit b552151c3498dc45ba06e98f57aaf0fa709cdf9f +Subproject commit 23cab603c4f9f4a8b369b38e036f1aa484603878 diff --git a/src/main/main.cpp b/src/main/main.cpp index 983cac8..5129f4b 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -56,7 +56,7 @@ #include "../../lib/rt64/src/contrib/stb/stb_image.h" -const std::string version_string = "1.2.1"; +const std::string version_string = "1.2.2-dev"; template void exit_error(const char* str, Ts ...args) {