added more effects

This commit is contained in:
itsmattkc
2018-11-04 11:57:53 +11:00
parent 9c87a4459a
commit d44309c2cd
10 changed files with 324 additions and 133 deletions
+1
View File
@@ -873,6 +873,7 @@ bool Effect::valueHasChanged(double timecode) {
void Effect::delete_texture() {
if (texture != NULL) {
texture->destroy();
delete texture;
texture = NULL;
}