From e8245c4442f2e8d9f2267178e19f4b8447924bfa Mon Sep 17 00:00:00 2001 From: Redacted Date: Wed, 15 Jan 2025 23:47:58 -0500 Subject: [PATCH] Latest ReWindow --- CMakeLists.txt | 2 +- main.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d42ec9c..59f28b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ CPMAddPackage( CPMAddPackage( NAME ReWindow - URL https://git.redacted.cc/Redacted/ReWindow/archive/Prerelease-26.zip + URL https://git.redacted.cc/Redacted/ReWindow/archive/Prerelease-31.zip ) CPMAddPackage( diff --git a/main.cpp b/main.cpp index 97d7849..f2dd14a 100644 --- a/main.cpp +++ b/main.cpp @@ -331,9 +331,9 @@ int main(int argc, char** argv) { auto result = VertexArray::LoadAMO(file_text); */ - ReWindow::Logger::Error.EnableConsole(false); - ReWindow::Logger::Warning.EnableConsole(false); - ReWindow::Logger::Debug.EnableConsole(false); + //ReWindow::Logger::Error.EnableConsole(false); + //ReWindow::Logger::Warning.EnableConsole(false); + //ReWindow::Logger::Debug.EnableConsole(false); while (window->IsAlive()) window->ManagedRefresh();