dmuratshin 9 лет назад
Родитель
Сommit
aec7026f67
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      oxygine/src/res/Resources.h

+ 3 - 0
oxygine/src/res/Resources.h

@@ -41,6 +41,9 @@ namespace oxygine
         //use not standard folder with prebuilt resources (atlasses, fonts, etc)
         ResourcesLoadOptions& prebuiltFolder(const std::string& folder) {_prebuilFolder = folder; return *this; }
 
+        //use load counter internally
+        ResourcesLoadOptions& shortenIDS(bool v = true) { _shortenIDS = v; return *this; }
+
 
         bool _loadCompletely;
         bool _useLoadCounter;