move population of image metadata to onAssetRefresh

This commit is contained in:
marauder2k7 2025-06-17 15:06:07 +01:00
parent 3d77b59b71
commit 48b512ef73
2 changed files with 48 additions and 41 deletions

View file

@ -196,7 +196,7 @@ public:
static U32 getAssetById(StringTableEntry assetId, AssetPtr<ImageAsset>* imageAsset);
static U32 getAssetById(String assetId, AssetPtr<ImageAsset>* imageAsset) { return getAssetById(assetId.c_str(), imageAsset); };
void populateImage(void);
const char* getImageInfo();
protected: