Initialize mOpacity.

This commit is contained in:
Aloshi 2013-07-09 00:48:23 -05:00
parent c8900f4099
commit a818801ea6

View file

@ -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)
{
}