fix(GUI): Call ImGui::End regardless of return of ImGui::Begin
Fixes #127
This commit is contained in:
parent
0efb118349
commit
bb92e76425
@ -93,8 +93,7 @@ namespace big
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
ImGui::End();
|
||||
}
|
||||
ImGui::End();
|
||||
}
|
||||
}
|
@ -41,8 +41,8 @@ namespace big
|
||||
ImGui::PopStyleColor();
|
||||
}
|
||||
ImGui::PopStyleVar();
|
||||
ImGui::End();
|
||||
}
|
||||
ImGui::End();
|
||||
ImGui::PopStyleColor();
|
||||
}
|
||||
}
|
@ -67,7 +67,7 @@ namespace big
|
||||
}
|
||||
|
||||
ImGui::PopStyleColor();
|
||||
ImGui::End();
|
||||
}
|
||||
ImGui::End();
|
||||
}
|
||||
}
|
@ -27,7 +27,7 @@ namespace big
|
||||
ImGui::PopStyleColor(2);
|
||||
ImGui::PopStyleVar();
|
||||
}
|
||||
ImGui::End();
|
||||
}
|
||||
ImGui::End();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user