mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +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