mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 03:26:29 +03:00
eepp: Improvements in Process. Some minor performance improvements.
ecode : Fixes in XML Tools. Fixes in Linter Plugin.
This commit is contained in:
@@ -3321,7 +3321,7 @@ void App::init( const LogLevel& logLevel, std::string file, const Float& pidelDe
|
||||
[this]( EE::Window::Window* win ) -> bool { return onCloseRequestCallback( win ); } );
|
||||
|
||||
mWindow->setQuitCallback( [this]( EE::Window::Window* win ) {
|
||||
if ( mWindow->isOpen() )
|
||||
if ( win->isOpen() )
|
||||
closeApp();
|
||||
} );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user