dmuratshin преди 9 години
родител
ревизия
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;