WindowVX: Don't use uninitialized index value
This commit is contained in:
parent
1195dc15bd
commit
f58e4ab00d
|
@ -239,7 +239,8 @@ struct WindowVXPrivate
|
||||||
openness(255),
|
openness(255),
|
||||||
tone(&tmp.tone),
|
tone(&tmp.tone),
|
||||||
pauseAlphaIdx(0),
|
pauseAlphaIdx(0),
|
||||||
pauseQuadIdx(0)
|
pauseQuadIdx(0),
|
||||||
|
cursorAlphaIdx(0)
|
||||||
{
|
{
|
||||||
/* 4 scroll arrows + pause */
|
/* 4 scroll arrows + pause */
|
||||||
ctrlVert.resize(4 + 1);
|
ctrlVert.resize(4 + 1);
|
||||||
|
|
Loading…
Reference in New Issue