diff options
author | chai <chaifix@163.com> | 2018-09-08 15:31:43 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-08 15:31:43 +0800 |
commit | 5361adf3b8714ca55dedf3a8883fcf143d470ac4 (patch) | |
tree | fc84ce7b79406570af822d5edddae67ff390362d /src/libjin/Graphics/Shapes.cpp | |
parent | 93696c0c85afc21e29c7bd57dc9c577a7d662bba (diff) |
*update
Diffstat (limited to 'src/libjin/Graphics/Shapes.cpp')
-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 4601375..f4c5093 100644 --- a/src/libjin/Graphics/Shapes.cpp +++ b/src/libjin/Graphics/Shapes.cpp @@ -32,7 +32,6 @@ namespace graphics void line(int x1, int y1, int x2, int y2) { - glDisable(GL_TEXTURE_2D); float verts[] = { x1, y1, x2, y2 |