mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
onAssetRefresh(); already chains. no need to call that again
This commit is contained in:
parent
40d38cc1ec
commit
00bdc913b0
|
|
@ -318,8 +318,6 @@ void ImageAsset::_onResourceChanged(const Torque::Path& path)
|
|||
return;
|
||||
|
||||
refreshAsset();
|
||||
|
||||
onAssetRefresh();
|
||||
}
|
||||
|
||||
void ImageAsset::setImageFileName(const char* pScriptFile)
|
||||
|
|
|
|||
Loading…
Reference in a new issue