소스 검색

testaudio: Fix mouseover testing.

Not sure how this line got lost.
Ryan C. Gordon 2 년 전
부모
커밋
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) {