소스 검색

Bugfix: Animation events frame marker now renders at the proper position

BearishSun 7 년 전
부모
커밋
6f02090df8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Source/Scripting/MBansheeEditor/Windows/Animation/GUICurveEditor.cs

+ 1 - 1
Source/Scripting/MBansheeEditor/Windows/Animation/GUICurveEditor.cs

@@ -695,7 +695,7 @@ namespace BansheeEditor
             this.height = height;
 
             guiTimeline.SetSize(width, TIMELINE_HEIGHT);
-            guiEvents.SetSize(height, EVENTS_HEIGHT);
+            guiEvents.SetSize(width, EVENTS_HEIGHT);
             guiCurveDrawing.SetSize(width, height - TIMELINE_HEIGHT - EVENTS_HEIGHT);
             guiSidebar.SetSize(SIDEBAR_WIDTH, height - TIMELINE_HEIGHT - EVENTS_HEIGHT);