Skip to content

Commit

Permalink
Temporary restore alwaysDirty ProxyDrawOrride
Browse files Browse the repository at this point in the history
  • Loading branch information
fabal authored and Frieder Czeschla committed Oct 31, 2018
1 parent 8907104 commit 6060036
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 @@ -66,7 +66,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 6060036

Please sign in to comment.