Fixed Coverity reported issue.
CID 11689: Uninitialized pointer field (UNINIT_CTOR) Non-static class member _glBlendColor is not initialized in this constructor nor in any functions that it calls.
This commit is contained in:
@@ -79,6 +79,7 @@ BlendColor::Extensions::Extensions(const Extensions& rhs):
|
||||
Referenced()
|
||||
{
|
||||
_isBlendColorSupported = rhs._isBlendColorSupported;
|
||||
_glBlendColor = rhs._glBlendColor;
|
||||
}
|
||||
|
||||
void BlendColor::Extensions::lowestCommonDenominator(const Extensions& rhs)
|
||||
|
||||
Reference in New Issue
Block a user