WindowVX: Don't use uninitialized index value
This commit is contained in:
		
							parent
							
								
									1195dc15bd
								
							
						
					
					
						commit
						f58e4ab00d
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -239,7 +239,8 @@ struct WindowVXPrivate
 | 
			
		|||
	      openness(255),
 | 
			
		||||
	      tone(&tmp.tone),
 | 
			
		||||
	      pauseAlphaIdx(0),
 | 
			
		||||
	      pauseQuadIdx(0)
 | 
			
		||||
	      pauseQuadIdx(0),
 | 
			
		||||
	      cursorAlphaIdx(0)
 | 
			
		||||
	{
 | 
			
		||||
		/* 4 scroll arrows + pause */
 | 
			
		||||
		ctrlVert.resize(4 + 1);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue