add timelapse video generation on iOS and mac , fix history memory
This commit is contained in:
@@ -56,6 +56,8 @@ void Node::watch(std::function<void(Node*)> observer)
|
||||
void Node::destroy()
|
||||
{
|
||||
m_destroyed = true;
|
||||
mouse_release();
|
||||
key_release();
|
||||
}
|
||||
|
||||
Node* Node::root()
|
||||
|
||||
Reference in New Issue
Block a user