Skip to content

Commit db243b4

Browse files
committed
Fixed build.
1 parent bcce8dc commit db243b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vsg/app/RecordTraversal.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
3333
#include <vsg/nodes/Geometry.h>
3434
#include <vsg/nodes/Group.h>
3535
#include <vsg/nodes/InstanceDraw.h>
36+
#include <vsg/nodes/InstanceDrawIndexed.h>
3637
#include <vsg/nodes/InstanceNode.h>
3738
#include <vsg/nodes/LOD.h>
3839
#include <vsg/nodes/Layer.h>
@@ -498,7 +499,7 @@ void RecordTraversal::apply(const InstanceDraw& instanceDraw)
498499
instanceDraw.record(*(_state->_commandBuffer));
499500
}
500501

501-
void RecordTraversal::apply(const InstanceDraw& instanceDrawIndexed)
502+
void RecordTraversal::apply(const InstanceDrawIndexed& instanceDrawIndexed)
502503
{
503504
CPU_INSTRUMENTATION_L2(instrumentation);
504505

0 commit comments

Comments
 (0)