Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 6a8aa4e

Browse files
committed
update log
1 parent 7a34484 commit 6a8aa4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.uiwidgets/Runtime/ui/painting.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3101,7 +3101,7 @@ public class Skottie : NativeWrapper {
31013101
public Skottie(string path) {
31023102
var Id = Skottie_Construct(path);
31033103
if(Id == IntPtr.Zero){
3104-
Debug.LogError($"cannot load lottie from {path}, please check file exist and valid");
3104+
Debug.Log($"cannot load lottie from {path}, please check file exist and valid");
31053105
}else {
31063106
_setPtr(Id);
31073107
}

0 commit comments

Comments
 (0)