Fixed some primitives and fixed a problem with share!types! keyword.
This commit is contained in:
@@ -29,6 +29,8 @@ GuiLayer::~GuiLayer()
|
||||
|
||||
void GuiLayer::Add(JGuiObject *object)
|
||||
{
|
||||
if(!object)
|
||||
return;
|
||||
mObjects.push_back(object);
|
||||
AbilityFactory af(observer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user