Skip to content

Commit

Permalink
fix for wrongly added 'using' directive
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshFlash authored Jun 11, 2021
1 parent 9e50448 commit 97f49a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ZenTween/TweenComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Stride.Core;
using Stride.Core.Mathematics;
using Stride.Engine;
using TattvaCCG;

namespace ZenTween
{
Expand Down Expand Up @@ -58,4 +57,4 @@ public override void Start()
}
}
}
}
}

0 comments on commit 97f49a5

Please sign in to comment.