add glad to load OpenGL extensions
This commit is contained in:
@@ -139,7 +139,6 @@ void TextMesh::update(kFont id, const char* text)
|
||||
|
||||
void TextMesh::draw()
|
||||
{
|
||||
assert(App::I.is_render_thread());
|
||||
auto& f = FontManager::get(font_id);
|
||||
if (f.font_tex.ready())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user