diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-17 13:59:19 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-17 13:59:19 +0100 |
commit | dff8c63a5af46fd3b0115e10efe9f0b67e9111b8 (patch) | |
tree | efaededf0fe9b5098da49bc276d469a0be788142 /src/crepe/facade/SDLContext.cpp | |
parent | 8d3fd95ad8564740bb169f4e08bc085a232a4d83 (diff) |
make format
Diffstat (limited to 'src/crepe/facade/SDLContext.cpp')
-rw-r--r-- | src/crepe/facade/SDLContext.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/facade/SDLContext.cpp b/src/crepe/facade/SDLContext.cpp index 27f2cb3..41c6d21 100644 --- a/src/crepe/facade/SDLContext.cpp +++ b/src/crepe/facade/SDLContext.cpp @@ -311,7 +311,6 @@ void SDLContext::draw_text(const RenderText & data) { * cam_aux_data.render_scale - size / 2 + cam_aux_data.bar_size; - SDL_FRect dstrect{ .x = screen_pos.x, .y = screen_pos.y, |