renderGL: fix unusable when font tex fails to load
This commit is contained in:
parent
e2540bf789
commit
6dbc33dc2a
3 changed files with 17 additions and 13 deletions
|
|
@ -233,8 +233,7 @@ void FurnaceGUIRenderGL::clear(ImVec4 color) {
|
|||
}
|
||||
|
||||
bool FurnaceGUIRenderGL::newFrame() {
|
||||
ImGui_ImplOpenGL3_NewFrame();
|
||||
return true;
|
||||
return ImGui_ImplOpenGL3_NewFrame();
|
||||
}
|
||||
|
||||
void FurnaceGUIRenderGL::createFontsTexture() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue