diff options
Diffstat (limited to 'examples/web/shapes/shapes_easings_box_anim.c')
| -rw-r--r-- | examples/web/shapes/shapes_easings_box_anim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/shapes/shapes_easings_box_anim.c b/examples/web/shapes/shapes_easings_box_anim.c index 4def3ed..2c954ad 100644 --- a/examples/web/shapes/shapes_easings_box_anim.c +++ b/examples/web/shapes/shapes_easings_box_anim.c @@ -25,7 +25,7 @@ const int screenHeight = 450; // NOTE: Textures MUST be loaded after Window initialization (OpenGL context is required) -Rectangle rec = { 0.0f }; +Rectangle rec = { 0 }; float rotation = 0.0f; float alpha = 1.0f; |
