Backends: GLUT: remove call to ImGui::NewFrame() from ImGui_ImplGLUT_NewFrame(). (#6337)

This commit is contained in:
Gereon V
2023-04-16 00:45:21 +02:00
committed by ocornut
parent 064153fca4
commit f304603e13
3 changed files with 6 additions and 3 deletions

View File

@ -37,9 +37,13 @@ HOW TO UPDATE?
Breaking changes:
- Backends: GLUT: Removed call to ImGui::NewFrame() from ImGui_ImplGLUT_NewFrame().
It needs to be called from the main app loop, like with every other backends. (#6337) [@GereonV]
Other changes:
-----------------------------------------------------------------------
VERSION 1.89.5 (Released 2023-04-13)
-----------------------------------------------------------------------