From d0f8e9bb0ad728d7bb90d738eb2690f1ab30fd96 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 3 Mar 2022 23:43:50 +0100 Subject: [PATCH] Update dark.h --- styles/dark/dark.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/dark/dark.h b/styles/dark/dark.h index bb2e8cf..17d6f13 100644 --- a/styles/dark/dark.h +++ b/styles/dark/dark.h @@ -337,8 +337,8 @@ static void GuiLoadStyleDark(void) // TODO: Setup a white rectangle on the font to be used on shapes drawing, // this way we make sure all gui can be drawn on a single pass because no texture change is required // NOTE: Setting up this rectangle is a manual process (for the moment) - //Rectangle whiteChar = { 0, 0, 0, 0 }; - //SetShapesTexture(font.texture, whiteChar); + Rectangle whiteChar = { 124, 6, 1, 1 }; + SetShapesTexture(font.texture, whiteChar); //-----------------------------------------------------------------