Skip to content

Commit

Permalink
Merge branch 'main' into EffekSeer
Browse files Browse the repository at this point in the history
  • Loading branch information
OVOAOVO committed Dec 20, 2023
2 parents f8316dd + f0cf052 commit 5ded473
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions private/Scene/SceneDatabaseImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,18 @@ class SceneDatabaseImpl
>> skeletonCount >> boneCount >> animationCount >> trackCount
>> particleEmitterCount;

SetNodeCount(nodeCount);
SetMeshCount(meshCount);
SetMorphCount(morphCount);
SetMaterialCount(materialCount);
SetTextureCount(textureCount);
SetCameraCount(cameraCount);
SetLightCount(lightCount);
SetSkeletonCount(boneCount);
SetBoneCount(boneCount);
SetAnimationCount(animationCount);
SetTrackCount(trackCount);
SetParticleEmitterCount(particleEmitterCount);
SetNodeCapacity(nodeCount);
SetMeshCapacity(meshCount);
SetMorphCapacity(morphCount);
SetMaterialCapacity(materialCount);
SetTextureCapacity(textureCount);
SetCameraCapacity(cameraCount);
SetLightCapacity(lightCount);
SetSkeletonCapacity(boneCount);
SetBoneCapacity(boneCount);
SetAnimationCapacity(animationCount);
SetTrackCapacity(trackCount);
SetParticleEmitterCapacity(particleEmitterCount);

for (uint32_t nodeIndex = 0U; nodeIndex < nodeCount; ++nodeIndex)
{
Expand Down

0 comments on commit 5ded473

Please sign in to comment.