Review formatting for PR #1004
This commit is contained in:
parent
75b0264f35
commit
dc6136e820
3 changed files with 17 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue