mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-27 03:11:36 +00:00
fix the directx startup issue on windows
This commit is contained in:
parent
c4ee3219c7
commit
6077965d27
2 changed files with 2 additions and 1 deletions
|
@ -72,6 +72,7 @@ RenderingManager::RenderingManager (OEngine::Render::OgreRenderer& _rend, const
|
||||||
else
|
else
|
||||||
lang = sh::Language_CG;
|
lang = sh::Language_CG;
|
||||||
mFactory->setCurrentLanguage (lang);
|
mFactory->setCurrentLanguage (lang);
|
||||||
|
mFactory->loadAllFiles();
|
||||||
|
|
||||||
//The fog type must be set before any terrain objects are created as if the
|
//The fog type must be set before any terrain objects are created as if the
|
||||||
//fog type is set to FOG_NONE then the initially created terrain won't have any fog
|
//fog type is set to FOG_NONE then the initially created terrain won't have any fog
|
||||||
|
|
2
extern/shiny
vendored
2
extern/shiny
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 5546a5bd8474ef328dfedae2df42126cdaf9515f
|
Subproject commit 164bc8d3bfe860bd16ad89c0bd1b59f465c9bb24
|
Loading…
Reference in a new issue