add timelapse video generation on iOS and mac , fix history memory

This commit is contained in:
2018-03-24 16:57:48 +01:00
parent c764d61266
commit 674e38d8cb
11 changed files with 449 additions and 23 deletions

View File

@@ -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()