Skip to content

Commit

Permalink
Updated for the newest plugin contract
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki committed Dec 31, 2023
1 parent dc9fc32 commit b0a0eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin_OSC/OSC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ public void Shutdown()
}

public Task<IEnumerable<(TrackerBase Tracker, bool Success)>> UpdateTrackerPoses(
IEnumerable<TrackerBase> trackerBases, bool wantReply = true)
IEnumerable<TrackerBase> trackerBases, bool wantReply = true, CancellationToken? token = null)
{
if (!_receivers.Any())
{
Expand Down
2 changes: 1 addition & 1 deletion plugin_OSC/plugin_OSC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.2.21" />
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.2.22" />
<PackageReference Include="BuildSoft.OscCore" Version="1.2.1.1" />
<PackageReference Include="MeaMod.DNS" Version="1.0.70" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
Expand Down

0 comments on commit b0a0eb6

Please sign in to comment.