mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-04 00:06:47 +00:00
Don't use windows path separator.
This commit is contained in:
parent
4fd7537155
commit
e2560de05a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ TextOverlay::TextOverlay(const Ogre::MovableObject* obj, const Ogre::Camera* cam
|
||||||
mFont = Ogre::FontManager::getSingleton().getByName("DejaVuLGC","General");
|
mFont = Ogre::FontManager::getSingleton().getByName("DejaVuLGC","General");
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Ogre::ResourceGroupManager::getSingleton().addResourceLocation("resources\\mygui", "FileSystem");
|
Ogre::ResourceGroupManager::getSingleton().addResourceLocation("resources/mygui", "FileSystem");
|
||||||
mFont = Ogre::FontManager::getSingleton().create("DejaVuLGC","General");
|
mFont = Ogre::FontManager::getSingleton().create("DejaVuLGC","General");
|
||||||
mFont->setType(Ogre::FT_TRUETYPE);
|
mFont->setType(Ogre::FT_TRUETYPE);
|
||||||
mFont->setSource("DejaVuLGCSansMono.ttf");
|
mFont->setSource("DejaVuLGCSansMono.ttf");
|
||||||
|
|
Loading…
Reference in a new issue