From 3ddb9fd5566d88084783a04487a59f6957bf49f7 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Wed, 9 Oct 2024 19:22:49 +0200 Subject: sokol_imgui.h: fix a code style problem --- util/sokol_imgui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/sokol_imgui.h b/util/sokol_imgui.h index b1127e5a..051d993d 100644 --- a/util/sokol_imgui.h +++ b/util/sokol_imgui.h @@ -719,6 +719,7 @@ static _simgui_state_t _simgui; @program simgui vs fs */ +#if defined(SOKOL_GLCORE) /* #version 410 @@ -736,7 +737,6 @@ static _simgui_state_t _simgui; color = color0; } */ -#if defined(SOKOL_GLCORE) static const uint8_t _simgui_vs_source_glsl410[383] = { 0x23,0x76,0x65,0x72,0x73,0x69,0x6f,0x6e,0x20,0x34,0x31,0x30,0x0a,0x0a,0x75,0x6e, 0x69,0x66,0x6f,0x72,0x6d,0x20,0x76,0x65,0x63,0x34,0x20,0x76,0x73,0x5f,0x70,0x61, -- cgit v1.2.3