Ver Fonte

Merge pull request #577 from blackberry-gaming/next-ablake

Fix for issue 195.
Sean Paul Taylor há 13 anos atrás
pai
commit
ffd430fd04
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      gameplay/src/Properties.cpp

+ 1 - 1
gameplay/src/Properties.cpp

@@ -574,7 +574,7 @@ Properties* Properties::getNamespace(const char* id, bool searchNames) const
         }
         
         // Search recursively.
-        ret = ret->getNamespace(id);
+        ret = ret->getNamespace(id, searchNames);
         if (ret != NULL)
         {
             return ret;