testaudio: Fix mouseover testing.

Not sure how this line got lost.
This commit is contained in:
Ryan C. Gordon 2023-09-20 16:57:37 -04:00
parent 2f3deec245
commit e0b0f9a36e
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 2 additions and 0 deletions

View File

@ -212,6 +212,8 @@ static Thing *UpdateMouseOver(const float x, const float y)
thing = FindThingAtPoint(x, y);
}
mouseover_thing = thing;
if (!thing) {
SetDefaultTitleBar();
} else if (thing->titlebar) {