Skip to content

Commit

Permalink
pre commit
Browse files Browse the repository at this point in the history
Signed-off-by: Alptuğ Cırıt <[email protected]>
  • Loading branch information
mozhoku committed Sep 16, 2024
1 parent 590dc4d commit efbb48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/AWSIM/Scripts/Loader/Loader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ private void Log(LogLevel level, string message)
{
var msg = $"<color=\"#1F2933\">{message}</color>" + System.Environment.NewLine;
logField.text += msg;
Debug.Log(message);
Debug.Log(message);
break;
}
case LogLevel.LOG_ERROR:
Expand Down

0 comments on commit efbb48e

Please sign in to comment.