Review formatting for PR #1004

This commit is contained in:
Ray 2019-10-29 16:03:21 +01:00
parent 75b0264f35
commit dc6136e820
3 changed files with 17 additions and 25 deletions

View file

@ -1524,7 +1524,7 @@ static float EaseCubicInOut(float t, float b, float c, float d)
// Get texture to draw shapes (RAII)
static Texture2D GetShapesTexture(void)
{
if (texShapes.id == 0) //this variable is an unsigned int, will never be negative
if (texShapes.id == 0)
{
#if defined(SUPPORT_FONT_TEXTURE)
texShapes = GetFontDefault().texture; // Use font texture white character