Latest ReWindow
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m51s
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m51s
This commit is contained in:
@@ -27,7 +27,7 @@ CPMAddPackage(
|
|||||||
|
|
||||||
CPMAddPackage(
|
CPMAddPackage(
|
||||||
NAME ReWindow
|
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(
|
CPMAddPackage(
|
||||||
|
6
main.cpp
6
main.cpp
@@ -331,9 +331,9 @@ int main(int argc, char** argv) {
|
|||||||
auto result = VertexArray::LoadAMO(file_text);
|
auto result = VertexArray::LoadAMO(file_text);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
ReWindow::Logger::Error.EnableConsole(false);
|
//ReWindow::Logger::Error.EnableConsole(false);
|
||||||
ReWindow::Logger::Warning.EnableConsole(false);
|
//ReWindow::Logger::Warning.EnableConsole(false);
|
||||||
ReWindow::Logger::Debug.EnableConsole(false);
|
//ReWindow::Logger::Debug.EnableConsole(false);
|
||||||
|
|
||||||
while (window->IsAlive())
|
while (window->IsAlive())
|
||||||
window->ManagedRefresh();
|
window->ManagedRefresh();
|
||||||
|
Reference in New Issue
Block a user