mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-05 15:03:43 +00:00
testaudio: Fix mouseover testing.
Not sure how this line got lost.
This commit is contained in:
parent
2f3deec245
commit
e0b0f9a36e
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue