mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-06 19:01:21 +03:00
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:
parent
a737ed3e4d
commit
4df567309e
4 changed files with 6 additions and 6 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue