Skip to content

Commit

Permalink
Compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasovi committed Jul 28, 2022
1 parent 798afc2 commit 83a5648
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mayaUsd/render/vp2RenderDelegate/mayaPrimCommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,9 @@ void MayaUsdRPrim::_InitRenderItemCommon(MHWRender::MRenderItem* renderItem) con

_SetWantConsolidation(*renderItem, true);

#ifdef MAYA_HAS_RENDER_ITEM_HIDE_ON_PLAYBACK_API
renderItem->setHideOnPlayback(_hideOnPlayback);
#endif
}

/*! \brief Create render item for bbox repr.
Expand Down

0 comments on commit 83a5648

Please sign in to comment.