diff options
Diffstat (limited to 'examples/web/shapes/shapes_rectangle_scaling.c')
| -rw-r--r-- | examples/web/shapes/shapes_rectangle_scaling.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/web/shapes/shapes_rectangle_scaling.c b/examples/web/shapes/shapes_rectangle_scaling.c index d5432c2..200e91e 100644 --- a/examples/web/shapes/shapes_rectangle_scaling.c +++ b/examples/web/shapes/shapes_rectangle_scaling.c @@ -27,9 +27,9 @@ const int screenHeight = 450; // NOTE: Textures MUST be loaded after Window initialization (OpenGL context is required) -Rectangle rec = { 0.0f }; +Rectangle rec = { 0 }; -Vector2 mousePosition = { 0.0f }; +Vector2 mousePosition = { 0 }; bool mouseScaleReady = false; bool mouseScaleMode = false; |
