Update dependencies.
This commit is contained in:
@@ -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")
|
||||
|
@@ -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();
|
||||
|
Reference in New Issue
Block a user