Fixed CovertiScan reported uninitialized member variable

This commit is contained in:
Robert Osfield 2017-10-31 17:39:34 +00:00
parent 061e52b89f
commit 14f50ab31c

View File

@ -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)