[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) {
_button.SetRGB(_highlightColour);
} else {
if(_mouseOver) {
if(!_mouseOver) {
_button.SetRGB(_mouseOverColour);
} else {
_button.SetRGB(_textColour);