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();