Fix #274 - Adding semicolon (#275)

This commit is contained in:
Andrew Harker
2023-04-23 14:34:35 +01:00
committed by GitHub
parent 731bae72d5
commit b0d7073551

View File

@ -4054,7 +4054,7 @@ static void GuiDrawText(const char *text, Rectangle bounds, int alignment, Color
} }
} }
#if defined(RAYGUI_DEBUG_TEXT_BOUNDS) #if defined(RAYGUI_DEBUG_TEXT_BOUNDS)
GuiDrawRectangle(bounds, 0, WHITE, Fade(RED, 0.4f)) GuiDrawRectangle(bounds, 0, WHITE, Fade(RED, 0.4f));
#endif #endif
} }