Skip to content

Commit

Permalink
Merge pull request AnimalLogic#26 from autodesk-forks/t_fleia/MAYA-95…
Browse files Browse the repository at this point in the history
…165/crash_when_duplicating_USD_objects

MAYA-95165 : Crash when duplicating USD objects
  • Loading branch information
Alvaro Francisco Fleith authored and GitHub Enterprise committed Nov 8, 2018
2 parents eff48f9 + 56e84bd commit cae40e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AL_USDMaya/AL/usdmaya/nodes/ProxyDrawOverride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ MUint64 ProxyDrawOverride::s_lastRefreshFrameStamp = 0;
//----------------------------------------------------------------------------------------------------------------------
ProxyDrawOverride::ProxyDrawOverride(const MObject& obj)
#if MAYA_API_VERSION >= 201700
: MHWRender::MPxDrawOverride(obj, draw, false)
: MHWRender::MPxDrawOverride(obj, draw, true)
#else
: MHWRender::MPxDrawOverride(obj, draw)
#endif
Expand Down

0 comments on commit cae40e7

Please sign in to comment.