Skip to content

Commit

Permalink
Fix for UsdImagingGL
Browse files Browse the repository at this point in the history
Fixes PixarAnimationStudios#762

(Internal change: 1938548)
  • Loading branch information
poljere authored and pixar-oss committed Feb 8, 2019
1 parent 92ff02c commit cb36418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pxr/usdImaging/lib/usdImagingGL/engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ bool
UsdImagingGLEngine::IsColorCorrectionCapable()
{
return GlfContextCaps::GetInstance().floatingPointBuffersEnabled &&
_IsHydraEnabled();
IsHydraEnabled();
}

//----------------------------------------------------------------------------
Expand Down

0 comments on commit cb36418

Please sign in to comment.