testaudio: Fix mouseover testing.
Not sure how this line got lost.
This commit is contained in:
@@ -212,6 +212,8 @@ static Thing *UpdateMouseOver(const float x, const float y)
|
|||||||
thing = FindThingAtPoint(x, y);
|
thing = FindThingAtPoint(x, y);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mouseover_thing = thing;
|
||||||
|
|
||||||
if (!thing) {
|
if (!thing) {
|
||||||
SetDefaultTitleBar();
|
SetDefaultTitleBar();
|
||||||
} else if (thing->titlebar) {
|
} else if (thing->titlebar) {
|
||||||
|
|||||||
Reference in New Issue
Block a user