diff --git a/editortools/fill.py b/editortools/fill.py index 09cf5af..bc14685 100644 --- a/editortools/fill.py +++ b/editortools/fill.py @@ -367,4 +367,4 @@ class FillTool(EditorTool): self.blockInfo = self.editor.level.materials.blockWithID(id, data) else: - return self.editor.selectionTool.mouseDown(evt, pos, dir) \ No newline at end of file + return self.editor.selectionTool.mouseDown(evt, pos, dir)