fixed flip for RubeDoll

This commit is contained in:
Jeena 2015-08-02 17:22:41 +02:00
parent 0b8d885d48
commit f35b9f5ba9
5 changed files with 33 additions and 27 deletions

View file

@ -197,9 +197,6 @@ function (Parent, Layer, Settings, Nc) {
};
RubeDoll.prototype.flip = function(direction) {
return;
Parent.prototype.flip.call(this, direction);