fixed selecting bug

This commit is contained in:
itsmattkc
2018-07-05 23:52:28 +01:00
parent 00959ca50a
commit 77defa4ce9
11 changed files with 55 additions and 43 deletions
+1
View File
@@ -2,6 +2,7 @@
Transition::Transition() {
length = 30;
link = NULL;
}
Transition* Transition::copy() {