Minor bugfix, added reflection notify
This commit is contained in:
@@ -21,6 +21,7 @@ Instance::Instance(void)
|
||||
canDelete = true;
|
||||
}
|
||||
|
||||
|
||||
Instance::~Instance(void)
|
||||
{
|
||||
for(size_t i = 0; i < children.size(); i++)
|
||||
@@ -36,6 +37,10 @@ Instance::Instance(const Instance &oinst)
|
||||
//CLONE WITH REFLECTION!!!
|
||||
}
|
||||
|
||||
|
||||
void Instance::reflectionNotify(ReflectionProperty<void*> * property){
|
||||
}
|
||||
|
||||
//Perhaps should be separated
|
||||
void Instance::render(RenderDevice* rd)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user