font reloading for real this time
This commit is contained in:
+4
-3
@@ -726,9 +726,10 @@ void Font::Load( const RString &sIniPath, RString sChars )
|
||||
continue;
|
||||
}
|
||||
|
||||
Font *subfont=FONT->LoadFont(path,"");
|
||||
MergeFont(*subfont);
|
||||
FONT->UnloadFont(subfont);
|
||||
Font subfont;
|
||||
subfont.Load(path,"");
|
||||
MergeFont(subfont);
|
||||
//FONT->UnloadFont(subfont);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user