Complete the renaming of a parameter

This caused layer view to break down.

Probably contributes to issue CURA-1208.
This commit is contained in:
Ghostkeeper 2016-03-21 15:33:04 +01:00
parent e5a5cffe7d
commit 511d0be9c3
No known key found for this signature in database
GPG Key ID: 701948C5954A7385

View File

@ -177,7 +177,7 @@ class Polygon():
self._data = data self._data = data
self._line_width = line_width / 1000 self._line_width = line_width / 1000
self._color = self.__color_map[type] self._color = self.__color_map[polygon_type]
def build(self, offset, vertices, colors, indices): def build(self, offset, vertices, colors, indices):
self._begin = offset self._begin = offset