diff options
author | chai <chaifix@163.com> | 2018-08-14 14:56:47 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-14 14:56:47 +0800 |
commit | 5c9af043503f92852a1a765b6ecfbc1aea24d2e9 (patch) | |
tree | eb371092c4137a672e7bfc13dc56ee777623ebfe /src/libjin/Graphics/Canvas.h | |
parent | 5162f84be0a4deb447c6ba1226722b049335d525 (diff) |
*update
Diffstat (limited to 'src/libjin/Graphics/Canvas.h')
-rw-r--r-- | src/libjin/Graphics/Canvas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/Graphics/Canvas.h b/src/libjin/Graphics/Canvas.h index bccb3f6..0d5635e 100644 --- a/src/libjin/Graphics/Canvas.h +++ b/src/libjin/Graphics/Canvas.h @@ -22,7 +22,7 @@ namespace graphics static bool hasbind(GLint fbo); - private: + protected: Canvas(int w, int h); |