mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Complete the renaming of a parameter
This caused layer view to break down. Probably contributes to issue CURA-1208.
This commit is contained in:
parent
e5a5cffe7d
commit
511d0be9c3
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ class Polygon():
|
|||
self._data = data
|
||||
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):
|
||||
self._begin = offset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue