[Fix] Sorry, I ended up breaking KonoM's hard werk in my bitch fit!

This commit is contained in:
Rtch90 2012-01-10 02:46:15 +00:00
parent 19d9f2e898
commit 688f4629a3

View File

@ -90,7 +90,7 @@ void Button::SetHighlighted(bool highlighted) {
if(highlighted) { if(highlighted) {
_button.SetRGB(_highlightColour); _button.SetRGB(_highlightColour);
} else { } else {
if(_mouseOver) { if(!_mouseOver) {
_button.SetRGB(_mouseOverColour); _button.SetRGB(_mouseOverColour);
} else { } else {
_button.SetRGB(_textColour); _button.SetRGB(_textColour);