فهرست منبع

testaudio: Fix mouseover testing.

Not sure how this line got lost.
Ryan C. Gordon 1 سال پیش
والد
کامیت
e0b0f9a36e
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      test/testaudio.c

+ 2 - 0
test/testaudio.c

@@ -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) {