diff options
Diffstat (limited to 'src/libavoid/visibility.cpp')
| -rw-r--r-- | src/libavoid/visibility.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libavoid/visibility.cpp b/src/libavoid/visibility.cpp index e13656f5f..84e38037d 100644 --- a/src/libavoid/visibility.cpp +++ b/src/libavoid/visibility.cpp @@ -448,7 +448,7 @@ void vertexSweep(VertInf *vert) VertID kID = k->id; if (!(centerID.isShape) && (ss.find(kID.objID) != ss.end())) { - uint shapeID = kID.objID; + unsigned int shapeID = kID.objID; db_printf("Center is inside shape %u so ignore shape edges.\n", shapeID); // One of the endpoints is inside this shape so ignore it. |
