mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 19:35:54 +08: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
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user