From 094bf3ad64868f2ecbfcba8f51a7c36a37f91958 Mon Sep 17 00:00:00 2001 From: Pavel Rojtberg Date: Thu, 22 Aug 2024 00:58:48 +0200 Subject: [PATCH] Main: fix addResourceLocation documentation --- OgreMain/include/OgreResourceGroupManager.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/OgreMain/include/OgreResourceGroupManager.h b/OgreMain/include/OgreResourceGroupManager.h index 69542ebc4a8..b0c408f735f 100644 --- a/OgreMain/include/OgreResourceGroupManager.h +++ b/OgreMain/include/OgreResourceGroupManager.h @@ -555,9 +555,8 @@ namespace Ogre { @param recursive If the resource location has a concept of recursive directory traversal, enabling this option will mean you can load - resources in subdirectories using only their unqualified name. - The default is to disable this so that resources in subdirectories - with the same name are still unique. + resources in subdirectories using their qualified name. + The default is to ignore subdirectories which results in "flat" resource names. @param readOnly whether the Archive is read only @see @ref Resource-Management */