Browse Source

Update dark.h

Ray 3 years ago
parent
commit
d0f8e9bb0a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      styles/dark/dark.h

+ 2 - 2
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);
 
     //-----------------------------------------------------------------