Skip to content

Commit

Permalink
Fix passing Logger instance to Monkey
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed May 11, 2024
1 parent 3569d22 commit f03f822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Runtime/Agents/UGUIMonkeyAgent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public override async UniTask Run(CancellationToken token)
Lifetime = lifespanSec > 0 ? TimeSpan.FromSeconds(lifespanSec) : TimeSpan.MaxValue,
DelayMillis = delayMillis,
Random = random,
Logger = Logger,
SecondsToErrorForNoInteractiveComponent = secondsToErrorForNoInteractiveComponent,
Gizmos = gizmos,
Screenshots = screenshotEnabled
Expand Down

0 comments on commit f03f822

Please sign in to comment.