diff options
| author | Ray <raysan5@gmail.com> | 2019-10-29 16:03:21 +0100 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-10-29 16:03:21 +0100 |
| commit | dc6136e820a5793fb469e78154b57a46ac619139 (patch) | |
| tree | 0e1c8006738d0fad0584fac2d6157e9d9fb708a2 /src/shapes.c | |
| parent | 75b0264f35d8895c1e64c7c7bc85d1572d167cf2 (diff) | |
| download | raylib-dc6136e820a5793fb469e78154b57a46ac619139.tar.gz raylib-dc6136e820a5793fb469e78154b57a46ac619139.zip | |
Review formatting for PR #1004
Diffstat (limited to 'src/shapes.c')
| -rw-r--r-- | src/shapes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shapes.c b/src/shapes.c index fc0fb00c..5aef9739 100644 --- a/src/shapes.c +++ b/src/shapes.c @@ -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 |
