D6: Fixed file naming, removed spaces and fixed decoration calls

This commit is contained in:
Victor Larchenko 2016-12-19 10:10:51 +06:00 committed by Youness Alaoui
parent 9e85d6c894
commit 485e81731f
4 changed files with 12 additions and 12 deletions

View file

@ -4,6 +4,6 @@ from UM.Scene.SceneNodeDecorator import SceneNodeDecorator
class BlockSlicingDecorator(SceneNodeDecorator):
def __init__(self):
super().__init__()
def isBlockSlicing(self):
return True