dmuratshin 9 years ago
parent
commit
f5007a4b99
1 changed files with 0 additions and 1 deletions
  1. 0 1
      oxygine/src/PointerState.cpp

+ 0 - 1
oxygine/src/PointerState.cpp

@@ -9,7 +9,6 @@ namespace oxygine
 
 
     void PointerState::init(pointer_index index)
     void PointerState::init(pointer_index index)
     {
     {
-        OX_ASSERT(index > 0 && index < 16);
         _index = index;
         _index = index;
         _pressed = 0;
         _pressed = 0;
         _position.setZero();
         _position.setZero();