chore: logging

This commit is contained in:
Nick Fisher
2024-12-17 14:05:45 +08:00
parent 5fb5e42b98
commit a519701510

View File

@@ -116,7 +116,7 @@ namespace thermion
mPrimitiveType, mPrimitiveType,
boundingBox); boundingBox);
Log("Asset created: %p", asset.get()); TRACE("Asset created: %p", asset.get());
return asset; return asset;
} }