More integer type cleanup for the voronoi python interface
This commit is contained in:
committed by
sliptonic
parent
e3c476af21
commit
e97f7a8a54
@@ -147,7 +147,7 @@ Py::Long VoronoiEdgePy::getColor(void) const {
|
||||
}
|
||||
|
||||
void VoronoiEdgePy::setColor(Py::Long color) {
|
||||
getEdgeFromPy(this)->color(int(color) & Voronoi::ColorMask);
|
||||
getEdgeFromPy(this)->color(long(color) & Voronoi::ColorMask);
|
||||
}
|
||||
|
||||
Py::List VoronoiEdgePy::getVertices(void) const
|
||||
|
||||
Reference in New Issue
Block a user