added cross dissolve transitions (but they're uneditable)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "transition.h"
|
||||
|
||||
Transition::Transition() {
|
||||
length = 30;
|
||||
}
|
||||
|
||||
void Transition::process_transition(float) {}
|
||||
Reference in New Issue
Block a user