mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
move population of image metadata to onAssetRefresh
This commit is contained in:
parent
3d77b59b71
commit
48b512ef73
2 changed files with 48 additions and 41 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue