Remove unimplemented comment on circle

This commit is contained in:
Liv 2017-06-05 17:46:13 -07:00
parent 393aa84a55
commit 42cb2332d5

View file

@ -422,7 +422,6 @@ void GeometryCache::buildShapes() {
drawCircle(_shapes[Circle], _shapeVertices, _shapeIndices);
// Not implememented yet:
//Quad,
//Circle,
//Torus,
}