Skip to content

Commit

Permalink
Main: fix addResourceLocation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Aug 22, 2024
1 parent b5b667e commit 6f45c91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions OgreMain/include/OgreResourceGroupManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 6f45c91

Please sign in to comment.