Skip to content

Commit

Permalink
Merge pull request #57 from nowsprinting/fix/createdefaultlogger_to_p…
Browse files Browse the repository at this point in the history
…rivate
  • Loading branch information
Kuniwak authored May 11, 2024
2 parents b96596d + 1f055ca commit 2858a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/Autopilot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private void Start()
/// Default logger is that write to console.
/// </summary>
/// <returns>A new logger that write to console</returns>
protected virtual ILogger CreateDefaultLogger()
private static ILogger CreateDefaultLogger()
{
return Debug.unityLogger;
}
Expand Down

0 comments on commit 2858a2b

Please sign in to comment.