Parcourir la source

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

AzaezelX il y a 1 an
Parent
commit
00bdc913b0
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      Engine/source/T3D/assets/ImageAsset.cpp

+ 0 - 2
Engine/source/T3D/assets/ImageAsset.cpp

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