diff --git a/examples/ecore/3dstars/main.cpp b/examples/ecore/3dstars/main.cpp index d86b837..2157922 100644 --- a/examples/ecore/3dstars/main.cpp +++ b/examples/ecore/3dstars/main.cpp @@ -105,6 +105,8 @@ int main( int argc, const char **argv ) ( new EcoreTimer( 0.05 ) )->timeout.connect( sigc::ptr_fun( advance ) ); + mw->show(); + /* Enter the application main loop */ app->exec();