소스 검색

Update enefete.h

raysan5 3 년 전
부모
커밋
7a2a57b868
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      styles/enefete/enefete.h

+ 2 - 2
styles/enefete/enefete.h

@@ -343,8 +343,8 @@ static void GuiLoadStyleEnefete(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 = { 99, 4, 2, 2 };
+    SetShapesTexture(font.texture, whiteChar);
 
     //-----------------------------------------------------------------