Fixed CovertiScan reported uninitialized member variable
This commit is contained in:
parent
061e52b89f
commit
14f50ab31c
@ -56,6 +56,7 @@ using namespace std;
|
|||||||
// GlyphTexture
|
// GlyphTexture
|
||||||
//
|
//
|
||||||
GlyphTexture::GlyphTexture():
|
GlyphTexture::GlyphTexture():
|
||||||
|
_shaderTechnique(GREYSCALE),
|
||||||
_usedY(0),
|
_usedY(0),
|
||||||
_partUsedX(0),
|
_partUsedX(0),
|
||||||
_partUsedY(0)
|
_partUsedY(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user