diff options
author | chai <chaifix@163.com> | 2018-12-06 13:12:29 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-06 13:12:29 +0800 |
commit | b3712ebdf148bd8d2d31e70734a4b7923f6038f8 (patch) | |
tree | c813d158030ee33b76d7ec23fa2deaa1eb0a4e36 /src/libjin/graphics/je_gl.h | |
parent | 17d86218e25a6c889c24822da8d7b59967babd89 (diff) |
*remove create function
Diffstat (limited to 'src/libjin/graphics/je_gl.h')
-rw-r--r-- | src/libjin/graphics/je_gl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libjin/graphics/je_gl.h b/src/libjin/graphics/je_gl.h index 0724426..de381f4 100644 --- a/src/libjin/graphics/je_gl.h +++ b/src/libjin/graphics/je_gl.h @@ -214,10 +214,6 @@ namespace JinEngine /// Color mColor; - //struct { GLubyte r, g, b, a; } mColor; // current draw color - //struct { GLubyte r, g, b, a; } mBackColor; // previous draw color - Color mBackColor; - /// /// /// |