Skip to content

Commit

Permalink
Update PositionalAudio.cs
Browse files Browse the repository at this point in the history
dev1.1.1 hotfix
  • Loading branch information
WWYDF authored Aug 21, 2023
1 parent 3d35998 commit 07ab7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PositionalAudio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private unsafe void CheckGameState(object state)
gameStateCheckTimer.Change(Timeout.Infinite, Timeout.Infinite);

// Start the ReportingTask every second
reportingTaskTimer = new Timer(FixedUpdated, null, TimeSpan.Zero, TimeSpan.FromMilliseconds(1200));
reportingTaskTimer = new Timer(FixedUpdated, null, TimeSpan.Zero, TimeSpan.FromMilliseconds(12));
}
else
{
Expand Down

0 comments on commit 07ab7ba

Please sign in to comment.