Skip to content

Commit

Permalink
HYDRA-718 : Fixed a bug found during Osx/Linux compil.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanierd-adsk committed Dec 6, 2023
1 parent 1d0d5fc commit 1033825
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ namespace PrototypeInstancing
namespace FVP_NS_DEF {

DataProducerSceneIndexExample::DataProducerSceneIndexExample() :
_cubeRootPath(SdfPath(TfStringPrintf("/cube_%p", this, this))),//Is the root path for the cubes
_instancerPath(SdfPath(TfStringPrintf("/instancer_%p", this, this)))//Is the instancer path when using instancing
_cubeRootPath(SdfPath(TfStringPrintf("/cube_%p", this))),//Is the root path for the cubes
_instancerPath(SdfPath(TfStringPrintf("/instancer_%p", this)))//Is the instancer path when using instancing
{
//Create the HdRetainedSceneIndex to be able to easily add primitives
_retainedSceneIndex = HdRetainedSceneIndex::New();
Expand Down

0 comments on commit 1033825

Please sign in to comment.