From 32ae0cf71625ed6264c7004e4df12a200dcfa523 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 17 Jun 2023 19:47:04 +0200 Subject: [PATCH] Update animation_curve.c --- examples/animation_curve/animation_curve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/animation_curve/animation_curve.c b/examples/animation_curve/animation_curve.c index 26e7150..2ece762 100644 --- a/examples/animation_curve/animation_curve.c +++ b/examples/animation_curve/animation_curve.c @@ -239,7 +239,7 @@ int main() // Curves can leaks from control boundary... scissor it ! BeginScissorMode(curveRect.x, curveRect.y, curveRect.width, curveRect.height); - GuiCurveEditor(&curves[i],curveRect); + GuiCurveEditor(&curves[i], curveRect); EndScissorMode(); // Resume clipping from setting rect