Skip to content

Commit 8417ed8

Browse files
committed
refactor: small comment change
1 parent 1149747 commit 8417ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/LDtkUnity/Runtime/Tools/Bank/LDtkUidBank.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ internal static T GetUidData<T>(long uid, bool silent = false) where T : ILDtkUi
4747
Type type = tryGet.GetType();
4848
if (type != requestedType)
4949
{
50-
LDtkDebug.LogError($"{nameof(LDtkUidBank)} Dictionary<{requestedType.Name}> tried getting a type for {requestedType.Name} but it was {type.Name} instead. Is the LDtk json file outdated?");
50+
LDtkDebug.LogError($"{nameof(LDtkUidBank)} Dictionary<{requestedType.Name}> tried getting a type for {requestedType.Name} but it was {type.Name} instead. Is the LDtk json file broken?");
5151
}
5252

5353
return (T)tryGet;

0 commit comments

Comments
 (0)