sequence duplication for #97

This commit is contained in:
itsmattkc
2018-07-04 01:21:32 +01:00
parent b3d1199fd3
commit d7a891fdd6
13 changed files with 74 additions and 3 deletions
+4
View File
@@ -4,4 +4,8 @@ Transition::Transition() {
length = 30;
}
Transition* Transition::copy() {
return new Transition();
}
void Transition::process_transition(float) {}