diff --git a/components/ctx/ctx.h b/components/ctx/ctx.h index 4e5777d0ea9a6e9347376aec6c2ed1f90a81b503..bdce853840957f1896a0dd305334724107144ba4 100644 --- a/components/ctx/ctx.h +++ b/components/ctx/ctx.h @@ -53640,7 +53640,7 @@ ctx_draw_texture_clipped (Ctx *ctx, const char *eid, { ctx_rectangle (ctx, x, y, width, height); ctx_save (ctx); - ctx_texture (ctx, eid, -x, -y);// / + ctx_texture (ctx, eid, x, y); ctx_scale (ctx, (width/tex_width), (height/tex_height)); ctx_fill (ctx); ctx_restore (ctx);