mirror of
https://github.com/wiiu-env/launchiine.git
synced 2024-11-24 18:56:53 +01:00
Fix some compiler warning
This commit is contained in:
parent
04810b3d8f
commit
72bb786fa2
@ -45,6 +45,8 @@ private:
|
|||||||
|
|
||||||
GuiSound *buttonClickSound;
|
GuiSound *buttonClickSound;
|
||||||
|
|
||||||
|
bool sortByName = false;
|
||||||
|
|
||||||
GuiParticleImage particleBgImage;
|
GuiParticleImage particleBgImage;
|
||||||
|
|
||||||
GuiTrigger touchTrigger;
|
GuiTrigger touchTrigger;
|
||||||
@ -89,7 +91,6 @@ private:
|
|||||||
int32_t targetLeftPosition;
|
int32_t targetLeftPosition;
|
||||||
uint32_t gameLaunchTimer;
|
uint32_t gameLaunchTimer;
|
||||||
bool bUpdatePositions = false;
|
bool bUpdatePositions = false;
|
||||||
bool sortByName = false;
|
|
||||||
|
|
||||||
class GameInfoContainer {
|
class GameInfoContainer {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user