comment non existing static members
This commit is contained in:
parent
c06543bac6
commit
c1fd3abce1
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
||||||
namespace ofxGPUFont {
|
namespace ofxGPUFont {
|
||||||
|
|
||||||
GLint Font::gl_max_texture_size = -1;
|
GLint Font::gl_max_texture_size = -1;
|
||||||
GLint Font::gl_max_uniform_block_size = -1;
|
//GLint Font::gl_max_uniform_block_size = -1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue