comment non existing static members

This commit is contained in:
jrkb 2023-05-28 22:07:15 +02:00
parent c06543bac6
commit c1fd3abce1

View file

@ -3,6 +3,6 @@
namespace ofxGPUFont {
GLint Font::gl_max_texture_size = -1;
GLint Font::gl_max_uniform_block_size = -1;
//GLint Font::gl_max_uniform_block_size = -1;
}