aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Shapes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Graphics/Shapes.cpp')
-rw-r--r--src/libjin/Graphics/Shapes.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libjin/Graphics/Shapes.cpp b/src/libjin/Graphics/Shapes.cpp
index 6cf0af1..2cb33a2 100644
--- a/src/libjin/Graphics/Shapes.cpp
+++ b/src/libjin/Graphics/Shapes.cpp
@@ -78,7 +78,6 @@ namespace graphics
polygon(mode, coords, 3);
}
- /* TODO: 内存占用很多 */
void polygon_line(float* p, int count)
{
glEnableClientState(GL_VERTEX_ARRAY);