diff options
author | chai <chaifix@163.com> | 2018-11-26 16:52:14 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-26 16:52:14 +0800 |
commit | 380daad668cd288d98970cdd76d920e3fbf6a374 (patch) | |
tree | 667ffc003e026da18e7c9b10fc3e32bd24e490e9 /src/libjin/graphics/je_graphic.h | |
parent | f49291959d22b9f05f0c19a31c3f9a8905805014 (diff) |
*lua bind
Diffstat (limited to 'src/libjin/graphics/je_graphic.h')
-rw-r--r-- | src/libjin/graphics/je_graphic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libjin/graphics/je_graphic.h b/src/libjin/graphics/je_graphic.h index 53eacee..90b5522 100644 --- a/src/libjin/graphics/je_graphic.h +++ b/src/libjin/graphics/je_graphic.h @@ -85,8 +85,6 @@ namespace JinEngine Math::Vector2<uint> mSize; private: - static Shaders::Shader* getDefaultShader(); - GLuint mTexture; }; |