Minor fixes.

This commit is contained in:
Martín Lucas Golini
2024-12-27 01:03:49 -03:00
parent 524ea4da15
commit 48772bc6d3
4 changed files with 11 additions and 10 deletions

View File

@@ -3661,11 +3661,6 @@ void App::init( const LogLevel& logLevel, std::string file, const Float& pidelDe
return;
}
FontManager::instance()->each( []( auto& font ) {
if ( font.second->getType() == FontType::TTF )
static_cast<FontTrueType*>( font.second )->updateMonospaceState();
} );
SceneManager::instance()->add( mUISceneNode );
setTheme( getThemePath() );