Skip to content

Commit

Permalink
remove unused variable in DialogueRunner.cs (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogboydog authored Dec 1, 2024
1 parent 691e214 commit e34e599
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions addons/YarnSpinner-Godot/Runtime/DialogueRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,7 @@ async Task GenerateCommandHandler(params Variant[] handlerArgs)
GD.PushError(invalidTargetMsg);
return;
}

// how many milliseconds to wait between completion checks for async commands
const int completePollMs = 40;

var castArgs = CastToExpectedTypes(argTypes, commandName, handlerArgs);

var current = handler.Call(castArgs.ToArray());
Expand Down

0 comments on commit e34e599

Please sign in to comment.