Added support for event callbacks
This commit is contained in:
@@ -130,6 +130,11 @@ bool Drawable_writeLocalData(const Object& obj, Output& fw)
|
||||
fw.writeObject(*drawable.getUpdateCallback());
|
||||
}
|
||||
|
||||
if (drawable.getEventCallback())
|
||||
{
|
||||
fw.writeObject(*drawable.getEventCallback());
|
||||
}
|
||||
|
||||
if (drawable.getCullCallback())
|
||||
{
|
||||
fw.writeObject(*drawable.getCullCallback());
|
||||
|
||||
Reference in New Issue
Block a user