Skip to content

Commit bb42757

Browse files
committed
updated lua script inlet names
1 parent 9d64573 commit bb42757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/objects/scripting/LuaScript.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ LuaScript::LuaScript() : PatchObject("lua script"){
9797
void LuaScript::newObject(){
9898
PatchObject::setName( this->objectName );
9999

100-
this->addInlet(VP_LINK_ARRAY,"data");
101-
this->addInlet(VP_LINK_STRING,"string");
100+
this->addInlet(VP_LINK_ARRAY,"_mosaic_data_inlet");
101+
this->addInlet(VP_LINK_STRING,"_mosaic_string_inlet");
102102

103103
this->addOutlet(VP_LINK_TEXTURE,"generatedTexture");
104104
this->addOutlet(VP_LINK_SPECIAL,"mouseKeyboardInteractivity");

0 commit comments

Comments
 (0)