dm 7 years ago
parent
commit
aa23fbeff7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/flow/flow.cpp

+ 1 - 1
src/flow/flow.cpp

@@ -57,7 +57,7 @@ namespace oxygine
         {
         {
 
 
             _touchBlocker = new Actor;
             _touchBlocker = new Actor;
-            _touchBlocker->setName("Scene::_touchBlocker");
+            _touchBlocker->setName("Flow::_touchBlocker");
             _touchBlocker->setPosition(-10000, -10000);
             _touchBlocker->setPosition(-10000, -10000);
             _touchBlocker->setSize(20000, 20000);
             _touchBlocker->setSize(20000, 20000);
             _touchBlocker->setName("touchBlocker");
             _touchBlocker->setName("touchBlocker");