This commit is contained in:
Ben
2021-08-17 22:14:10 +01:00
parent dda047f7ea
commit 55a3a9e4e4
7 changed files with 238 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ App::App( const DisplayProperties& props )
void App::Run()
{
while ( !mSIGTERM )
// while ( !mSIGTERM )
{
}