mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
refactor(Core): apply clang-tidy modernize-loop-convert (#3822)
This commit is contained in:
@@ -369,7 +369,7 @@ protected:
|
||||
maxObjects(0xFFFFFFFF), sumDepth(0), minDepth(0x0FFFFFFF),
|
||||
maxDepth(0xFFFFFFFF), numBVH2(0)
|
||||
{
|
||||
for (int i = 0; i < 6; ++i) numLeavesN[i] = 0;
|
||||
for (int & i : numLeavesN) i = 0;
|
||||
}
|
||||
|
||||
void updateInner() { numNodes++; }
|
||||
|
||||
Reference in New Issue
Block a user