Update dependencies.

This commit is contained in:
2025-01-15 23:49:59 -05:00
parent a86ac432fb
commit c1ccb444f7
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,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
)
#set(CMAKE_CXX_FLAGS "-O3 -Wall -Wextra")

View File

@@ -14,9 +14,9 @@ public:
public:
DemoGameWindow(const std::string& title, int width, int height) : ReWindow::RWindow(title, width, height)
{
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);
SetRenderer(RenderingAPI::OPENGL);
Open();
InitGL();