added noise effect and drawing nested sequences to texture
This commit is contained in:
+2
-1
@@ -28,7 +28,8 @@ Clip::Clip(Sequence* s) :
|
||||
closing_transition(NULL),
|
||||
pkt(new AVPacket()),
|
||||
replaced(false),
|
||||
texture(NULL)
|
||||
texture(NULL),
|
||||
fbo(NULL)
|
||||
{
|
||||
reset();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user