Comments (#2441) + Freeglut fixes (#2430)

This commit is contained in:
omar
2019-03-26 12:14:17 +01:00
parent cf1b02e54e
commit 20188b19d6
6 changed files with 21 additions and 12 deletions

View File

@ -43,6 +43,7 @@ Other Changes:
- Inputs: Also add support for horizontal scroll with Shift+Mouse Wheel. (#2424, #1463) [@LucaRood]
- Examples: OpenGL: Added a dummy GL call + comments in ImGui_ImplOpenGL3_Init() to detect uninitialized
GL function loaders early, and help users understand what they are missing. (#2421)
- Examples: FreeGLUT: Made io.DeltaTime always > 0. (#2430)
-----------------------------------------------------------------------