Brought the yStopMotionLayer to the new codebase.

This commit is contained in:
Jorge Vássquez Pérez
2016-12-02 16:37:09 -08:00
parent 8414847715
commit 816d566df4
5 changed files with 77 additions and 15 deletions
+2 -2
View File
@@ -93,7 +93,7 @@ function YBindBetween2()
}
this.activate = function activate()
{
this.yTool.yMainFunction();
yBindBetween2.yMainFunction();
}
this.run = function run()
{
@@ -212,5 +212,5 @@ if (typeof(YTB)=='undefined')
}
else
{
YTB.addTool(new YBindBetween2());
yBindBetween2 = YTB.addTool(new YBindBetween2());
}