Updating vcpkg

This commit is contained in:
Dynamitos
2025-04-08 17:21:23 +02:00
parent f21606379c
commit 875ae450e7
7 changed files with 33 additions and 43 deletions
-1
View File
@@ -315,7 +315,6 @@ void BVH::validateBVH() const {
continue;
while (dynamicNodes[nodeIdx].parentIndex != -1) {
nodeIdx = dynamicNodes[nodeIdx].parentIndex;
assert(counter-- > 0 && dynamicNodes[nodeIdx].isValid);
}
}
}