From 110553535ba8541aa896568bd55fe182fc630bb6 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 23 Dec 2021 11:08:07 +0100 Subject: [PATCH] Comment tweak --- src/raygui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/raygui.h b/src/raygui.h index 9e208d8..4978a5f 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -3252,8 +3252,9 @@ int GuiTextInputBox(Rectangle bounds, const char *title, const char *message, co // https://stackoverflow.com/questions/4435450/2d-opengl-drawing-lines-that-dont-exactly-fit-pixel-raster Vector2 GuiGrid(Rectangle bounds, float spacing, int subdivs) { + // Grid lines alpha amount #if !defined(RAYGUI_GRID_ALPHA) - #define RAYGUI_GRID_ALPHA 0.15f // Grid lines alpha amount + #define RAYGUI_GRID_ALPHA 0.15f #endif GuiControlState state = guiState;