Skip to content

Commit d813a5f

Browse files
committed
changed object name
1 parent 351771b commit d813a5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/objects/video/VideoGate.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include "VideoGate.h"
3636

3737
//--------------------------------------------------------------
38-
VideoGate::VideoGate() : PatchObject("video gate"){
38+
VideoGate::VideoGate() : PatchObject("texture gate"){
3939

4040
this->numInlets = 6;
4141
this->numOutlets = 1;
@@ -281,6 +281,6 @@ void VideoGate::resetInletsSettings(){
281281

282282
}
283283

284-
OBJECT_REGISTER( VideoGate, "video gate", OFXVP_OBJECT_CAT_TEXTURE)
284+
OBJECT_REGISTER( VideoGate, "texture gate", OFXVP_OBJECT_CAT_TEXTURE)
285285

286286
#endif

0 commit comments

Comments
 (0)