Fixed the skin font color to RGB (as opposed to BGR), after MyGUI was

fixed.


git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@92 ea6a568a-9f4f-0410-981a-c910a81bb256
This commit is contained in:
nkorslund 2009-03-07 11:01:31 +00:00
parent a737ed3e4d
commit 4df567309e
4 changed files with 6 additions and 6 deletions

View file

@ -301,7 +301,7 @@ extern "C" void ogre_setFog(float rf, float gf, float bf, // Fog color
mCamera->setFarClipDistance(fhigh + 10);
// Leave this out for now
//vp->setBackgroundColour(fogColor);
vp->setBackgroundColour(fogColor);
}
extern "C" void ogre_startRendering()