[SOLVED]MyGUI::StaticTex::setColour(Ogre::ColourValue::Red);

qwertzui11

25-12-2008 18:13:02

Hi all

MyGUI::StaticText::setColour(Ogre::ColourValue::Red);
is setting a green textcolour instead of a red.

Markus

azpirin

16-02-2009 11:53:04

me too!

it work fine with Direct3D 9
but on OpenGL...

MyGUI::Colour::Red => Blue !!?
MyGUI::Colour::Blue => Red !!?

my system:
- Ogre v1.6.1
- MyGUI SVN @ 12/02/2009
- Code::Blocks with MinGW
- WinXP SP3

Five_stars

16-02-2009 13:41:49

Fixed. Update from SVN.

azpirin

16-02-2009 14:26:34

Thank You!