Browse Source

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

Fix for issue 195.
Sean Paul Taylor 13 năm trước cách đây
mục cha
commit
ffd430fd04
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.
         // Search recursively.
-        ret = ret->getNamespace(id);
+        ret = ret->getNamespace(id, searchNames);
         if (ret != NULL)
         if (ret != NULL)
         {
         {
             return ret;
             return ret;