Revert "[Tizen] Add codes for Dali Windows Backend"
[platform/core/uifw/dali-demo.git] / examples / refraction-effect / refraction-effect-example.cpp
old mode 100755 (executable)
new mode 100644 (file)
index ad10428..14c4878
@@ -509,9 +509,7 @@ private:
         }
 
         std::istringstream iss(line.substr(2), std::istringstream::in);
-
-        std::vector<unsigned int> indices( numOfInt );
-
+        unsigned int indices[ numOfInt ];
         unsigned int i=0;
         while( iss >> indices[i++] && i < numOfInt);
         unsigned int step = (i+1) / 3;