Updated the cura code for removal of MeshBuilder.getMesh().

Contributes to CURA-1504
This commit is contained in:
Simon Edwards 2016-05-24 20:51:49 +02:00
parent be145d02b3
commit a2b5128c05

View file

@ -96,4 +96,4 @@ class Layer:
builder.addQuad(point1, point2, point3, point4, color = poly_color)
return builder.getData()
return builder.build()