Skip to content

Commit

Permalink
Merge pull request #1 from Merk787/patch-1
Browse files Browse the repository at this point in the history
Update OscOutAction.cs
  • Loading branch information
Killers0992 authored Mar 10, 2024
2 parents c60e548 + 21ca529 commit bf29a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VrcOscIntegrations/Models/OscOutAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public DateTime AssignedTime
{
set
{
_assignedTime = value.AddMilliseconds(ExecutionDuration);
_assignedTime = value.AddSeconds(ExecutionDuration);
}
}

Expand Down

0 comments on commit bf29a13

Please sign in to comment.