mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-14 03:39:57 +01:00
Bugfix Callbacks
Added duration to SetAlpha callback. Saving and loading Play callback.
This commit is contained in:
@@ -71,6 +71,7 @@ public:
|
||||
void visit (Grab&) override;
|
||||
void visit (Resize&) override;
|
||||
void visit (Turn&) override;
|
||||
void visit (Play&) override;
|
||||
|
||||
static void XMLToNode(const tinyxml2::XMLElement *xml, Node &n);
|
||||
static void XMLToSourcecore(tinyxml2::XMLElement *xml, SourceCore &s);
|
||||
|
||||
Reference in New Issue
Block a user