mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Initialize mOpacity.
This commit is contained in:
parent
c8900f4099
commit
a818801ea6
|
@ -3,7 +3,7 @@
|
|||
#include "Log.h"
|
||||
#include "Renderer.h"
|
||||
|
||||
GuiComponent::GuiComponent(Window* window) : mWindow(window), mParent(NULL)
|
||||
GuiComponent::GuiComponent(Window* window) : mWindow(window), mParent(NULL), mOpacity(255)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue