[nostalgia] Upgrade ImGui version to 1.86

This commit is contained in:
2022-01-30 02:27:26 -06:00
parent f6be36741c
commit 35433563c6
4 changed files with 6 additions and 19 deletions

View File

@ -3,7 +3,6 @@
*/
#include <GLFW/glfw3.h>
#define IMGUI_IMPL_OPENGL_ES3
#include <imgui_impl_opengl3.h>
#include <imgui_impl_glfw.h>

View File

@ -4,7 +4,6 @@
#include <array>
#define IMGUI_IMPL_OPENGL_ES3
#include <imgui_impl_opengl3.h>
#include <nostalgia/glutils/glutils.hpp>