This commit is contained in:
unknown 2018-10-25 23:45:58 +02:00
parent 83e8a8932d
commit ba0a6bafbc

View file

@ -18,6 +18,6 @@ class OnActionMarkerNode extends LogicNode {
var animation = object.animation;
if (animation == null) animation = object.getParentArmature(object.name);
animation.notifyOnMarker(marker, function() { run(0); });
animation.notifyOnMarker(marker, function() { runOutput(0); });
}
}