mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-02 05:27:40 -05:00
Bindings: Improved FreeGLUT support for MinGW (#3004)
This commit is contained in:
committed by
omar
parent
f6da5000bf
commit
b887259974
@@ -39,7 +39,12 @@ static int g_Time = 0; // Current time, in milliseconds
|
||||
bool ImGui_ImplGLUT_Init()
|
||||
{
|
||||
ImGuiIO& io = ImGui::GetIO();
|
||||
|
||||
#ifdef FREEGLUT
|
||||
io.BackendPlatformName ="imgui_impl_glut (freeglut)";
|
||||
#else
|
||||
io.BackendPlatformName ="imgui_impl_glut";
|
||||
#endif
|
||||
|
||||
g_Time = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user