From 69ca2bafcd617ac8af1b8f715f0c802205a60ab1 Mon Sep 17 00:00:00 2001 From: JAROWMR Date: Fri, 20 Dec 2024 09:49:40 +0100 Subject: fixes --- src/crepe/facade/SDLContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crepe/facade') diff --git a/src/crepe/facade/SDLContext.cpp b/src/crepe/facade/SDLContext.cpp index 164d35e..2dae1e7 100644 --- a/src/crepe/facade/SDLContext.cpp +++ b/src/crepe/facade/SDLContext.cpp @@ -141,7 +141,7 @@ SDL_FRect SDLContext::get_dst_rect(const DestinationRectangleData & ctx) const { = (ctx.sprite.aspect_ratio == 0) ? ctx.texture.get_ratio() : ctx.sprite.aspect_ratio; vec2 size = data.size; - vec2 screen_pos = ctx.pos + data.position_offset; + vec2 screen_pos = ctx.pos; if (data.size.x == 0 && data.size.y != 0) { size.x = data.size.y * aspect_ratio; -- cgit v1.2.3