diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-20 15:23:50 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-20 15:23:50 +0200 |
| commit | 1ec8e253172112e0f2bb98426c8d0ad900addfe7 (patch) | |
| tree | 9f7f6ea3bda9eef2ef34e395de466b6761a0480f /main/imgui.cpp | |
| parent | b2f30235c9a2b11adc31567b044beb04ec7ac3e6 (diff) | |
a
Diffstat (limited to 'main/imgui.cpp')
| -rw-r--r-- | main/imgui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/imgui.cpp b/main/imgui.cpp index e1790968..0a70149b 100644 --- a/main/imgui.cpp +++ b/main/imgui.cpp @@ -1,7 +1,7 @@ #include "app.hpp" #include <Magnum/GL/Renderer.h> -#ifndef __CLION_IDE__ #include "imgui-raii.hpp" +#ifndef __CLION_IDE__ #include <Magnum/ImGuiIntegration/Integration.h> #endif @@ -9,7 +9,7 @@ namespace floormat { using namespace floormat::imgui; -void app::display_menu() +void app::render_menu() { GL::Renderer::setBlendEquation(GL::Renderer::BlendEquation::Add, GL::Renderer::BlendEquation::Add); GL::Renderer::setBlendFunction(GL::Renderer::BlendFunction::SourceAlpha, GL::Renderer::BlendFunction::OneMinusSourceAlpha); |
