Skip to content

Commit

Permalink
Made internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Illedan committed Feb 4, 2020
1 parent 0d3df23 commit f260f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DIPS.Xamarin.UI/Util/AccelerationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace DIPS.Xamarin.UI.Util
{
public class AccelerationService
interface class AccelerationService
{
private const double DefaultFriction = 0.66, DefaultGravity = 1.0, DefaultTrackTime = 0.18, ErrorMargin = 0.01;
private readonly TimeTracker m_timeTracker = new TimeTracker();
Expand Down

0 comments on commit f260f8f

Please sign in to comment.