Fix Asset::ToString() to not depend on refs count and look simpler
This commit is contained in:
@@ -111,7 +111,7 @@ Asset::Asset(const SpawnParams& params, const AssetInfo* info)
|
||||
|
||||
String Asset::ToString() const
|
||||
{
|
||||
return String::Format(TEXT("{0}: {1}, \'{2}\', Refs: {3}"), GetTypeName(), GetID(), GetPath(), GetReferencesCount());
|
||||
return String::Format(TEXT("{0}, {1}, {2}"), GetTypeName(), GetID(), GetPath());
|
||||
}
|
||||
|
||||
void Asset::OnDeleteObject()
|
||||
|
||||
Reference in New Issue
Block a user