File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
osu.Game.Rulesets.Osu/UI/ReplayAnalysis Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1010 <EmbedAssembliesIntoApk >true</EmbedAssembliesIntoApk >
1111 </PropertyGroup >
1212 <ItemGroup >
13- <PackageReference Include =" ppy.osu.Framework.Android" Version =" 2025.1121.0 " />
13+ <PackageReference Include =" ppy.osu.Framework.Android" Version =" 2025.1121.1 " />
1414 </ItemGroup >
1515 <PropertyGroup >
1616 <!-- Fody does not handle Android build well, and warns when unchanged.
Original file line number Diff line number Diff line change 44using System ;
55using System . Collections . Generic ;
66using osu . Framework . Allocation ;
7- using osu . Framework . Extensions . Color4Extensions ;
87using osu . Framework . Graphics . Lines ;
98using osu . Framework . Graphics . Performance ;
109using osu . Game . Graphics ;
1110using osuTK ;
1211
1312namespace osu . Game . Rulesets . Osu . UI . ReplayAnalysis
1413{
15- public partial class CursorPathContainer : Path
14+ public partial class CursorPathContainer : SmoothPath
1615 {
1716 private readonly LifetimeEntryManager lifetimeManager = new LifetimeEntryManager ( ) ;
1817 private readonly SortedSet < AnalysisFrameEntry > aliveEntries = new SortedSet < AnalysisFrameEntry > ( new AimLinePointComparator ( ) ) ;
@@ -22,14 +21,13 @@ public CursorPathContainer()
2221 lifetimeManager . EntryBecameAlive += entryBecameAlive ;
2322 lifetimeManager . EntryBecameDead += entryBecameDead ;
2423
25- PathRadius = 0.5f ;
24+ PathRadius = 1f ;
2625 }
2726
2827 [ BackgroundDependencyLoader ]
2928 private void load ( OsuColour colours )
3029 {
3130 Colour = colours . Pink2 ;
32- BackgroundColour = colours . Pink2 . Opacity ( 0 ) ;
3331 }
3432
3533 protected override void Update ( )
Original file line number Diff line number Diff line change 3535 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3636 </PackageReference >
3737 <PackageReference Include =" Realm" Version =" 20.1.0" />
38- <PackageReference Include =" ppy.osu.Framework" Version =" 2025.1121.0 " />
38+ <PackageReference Include =" ppy.osu.Framework" Version =" 2025.1121.1 " />
3939 <PackageReference Include =" ppy.osu.Game.Resources" Version =" 2025.1116.0" />
4040 <PackageReference Include =" Sentry" Version =" 5.1.1" />
4141 <!-- Held back due to 0.34.0 failing AOT compilation on ZstdSharp.dll dependency. -->
Original file line number Diff line number Diff line change 1717 <MtouchInterpreter >-all</MtouchInterpreter >
1818 </PropertyGroup >
1919 <ItemGroup >
20- <PackageReference Include =" ppy.osu.Framework.iOS" Version =" 2025.1121.0 " />
20+ <PackageReference Include =" ppy.osu.Framework.iOS" Version =" 2025.1121.1 " />
2121 </ItemGroup >
2222</Project >
You can’t perform that action at this time.
0 commit comments