diff options
| author | chai <chaifix@163.com> | 2018-09-10 22:27:24 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2018-09-10 22:27:24 +0800 |
| commit | b994fc716e2a71ded757ff18e5d7f21a6f64a85a (patch) | |
| tree | 1ab3a90d14f7df64da903189b9663bb9af123b3f | |
| parent | d5cda5fddc078fa5fdb93805785fc707f050d8e7 (diff) | |
* solved
| -rw-r--r-- | src/libjin/Graphics/Shapes.cpp | 1 |
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); |
