mirror of
https://github.com/glest/glest-source.git
synced 2025-10-04 03:11:53 +02:00
- removed d3d files which were deprecated long ago
- removed freetype-gl (the embedded library from code.google.com)
This commit is contained in:
@@ -4517,13 +4517,7 @@ int glestMain(int argc, char** argv) {
|
||||
TextureGl::setEnableATIHacks(enableATIHacks);
|
||||
}
|
||||
|
||||
if(config.getBool("ForceFTGLFonts","false") == true || hasCommandArgument(argc, argv,GAME_ARGS[GAME_ARG_FORCE_FTGLFONTS]) == true) {
|
||||
::Shared::Graphics::Font::forceFTGLFonts = true;
|
||||
printf("**WARNING** Forcing use of FTGL Fonts\n");
|
||||
}
|
||||
else {
|
||||
Renderer::renderText3DEnabled = config.getBool("Enable3DFontRendering",intToStr(Renderer::renderText3DEnabled).c_str());
|
||||
}
|
||||
Renderer::renderText3DEnabled = config.getBool("Enable3DFontRendering",intToStr(Renderer::renderText3DEnabled).c_str());
|
||||
|
||||
if(config.getBool("EnableLegacyFonts","false") == true || hasCommandArgument(argc, argv,GAME_ARGS[GAME_ARG_ENABLE_LEGACYFONTS]) == true) {
|
||||
::Shared::Graphics::Font::forceLegacyFonts = true;
|
||||
|
Reference in New Issue
Block a user