Don't access SObjectTag::mId directly, remove hack new in TOneStatic

This commit is contained in:
2024-12-23 18:49:54 -08:00
parent 44b98baeae
commit 1ec5a25fa6
8 changed files with 7 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ public:
const FourCC GetType() const { return mType; }
static const char* Type2Text(FourCC type);
public:
private:
FourCC mType;
CAssetId mId;
};