mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 10:36:04 +02:00
Fixes for style conformance
This commit is contained in:
parent
11a399ec82
commit
a89f3bb9e5
1 changed files with 5 additions and 5 deletions
|
@ -257,8 +257,8 @@ public:
|
|||
void recurseNodeWithOperation(OctreeElement* node, RecurseOctreeOperation operation,
|
||||
void* extraData, int recursionCount = 0);
|
||||
|
||||
/** Traverse child nodes of node applying operation in post-fix order
|
||||
*/
|
||||
/// Traverse child nodes of node applying operation in post-fix order
|
||||
///
|
||||
void recurseNodeWithPostOperation(OctreeElement* node, RecurseOctreeOperation operation,
|
||||
void* extraData, int recursionCount = 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue