mirror of
				https://github.com/RetroDECK/ES-DE.git
				synced 2025-04-10 19:15:13 +00:00 
			
		
		
		
	Fixed two uninitialized variables in GridTileComponent.
This commit is contained in:
		
							parent
							
								
									546a30d3ea
								
							
						
					
					
						commit
						bd095a719a
					
				| 
						 | 
				
			
			@ -42,6 +42,8 @@ GridTileComponent::GridTileComponent(Window* window) :
 | 
			
		|||
    addChild(&(*mImage));
 | 
			
		||||
 | 
			
		||||
    mSelectedZoomPercent = 0;
 | 
			
		||||
    mSelected = false;
 | 
			
		||||
    mVisible = false;
 | 
			
		||||
 | 
			
		||||
    setSelected(false, false);
 | 
			
		||||
    setVisible(true);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue