From 1ec8e253172112e0f2bb98426c8d0ad900addfe7 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 20 Oct 2022 15:23:50 +0200 Subject: a --- main/imgui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/imgui.cpp') 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 -#ifndef __CLION_IDE__ #include "imgui-raii.hpp" +#ifndef __CLION_IDE__ #include #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); -- cgit v1.2.3