onAssetRefresh(); already chains. no need to call that again

This commit is contained in:
AzaezelX 2024-04-06 17:14:56 -05:00
parent 40d38cc1ec
commit 00bdc913b0

View file

@ -318,8 +318,6 @@ void ImageAsset::_onResourceChanged(const Torque::Path& path)
return;
refreshAsset();
onAssetRefresh();
}
void ImageAsset::setImageFileName(const char* pScriptFile)