File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 99using osu . Framework . Audio ;
1010using osu . Framework . Bindables ;
1111using osu . Framework . Configuration ;
12- using osu . Framework . Development ;
1312using osu . Framework . Graphics ;
1413using osu . Framework . Graphics . Containers ;
1514using osu . Framework . Graphics . Performance ;
@@ -285,15 +284,15 @@ protected override void LoadComplete()
285284
286285 FrameStatistics . BindValueChanged ( e => performanceOverlay . State = e . NewValue , true ) ;
287286
288- if ( FrameworkEnvironment . FrameStatisticsViaTouch && DebugUtils . IsDebugBuild )
287+ if ( FrameworkEnvironment . FrameStatisticsViaTouch )
289288 {
290289 base . AddInternal ( new FrameStatisticsTouchReceptor ( this )
291290 {
292291 Depth = float . MaxValue ,
293292 Anchor = Anchor . BottomRight ,
294293 Origin = Anchor . BottomRight ,
295294 RelativeSizeAxes = Axes . Both ,
296- Size = new Vector2 ( 0.5f ) ,
295+ Size = new Vector2 ( 0.2f ) ,
297296 } ) ;
298297 }
299298 }
You can’t perform that action at this time.
0 commit comments