sequence duplication for #97
This commit is contained in:
@@ -4,4 +4,8 @@ Transition::Transition() {
|
||||
length = 30;
|
||||
}
|
||||
|
||||
Transition* Transition::copy() {
|
||||
return new Transition();
|
||||
}
|
||||
|
||||
void Transition::process_transition(float) {}
|
||||
|
||||
Reference in New Issue
Block a user