From ef44313671697da47ce9faaa43b6388d60322f5b Mon Sep 17 00:00:00 2001 From: Justin Scofield <47263509+scawful@users.noreply.github.com> Date: Tue, 31 Dec 2024 20:50:24 -0500 Subject: [PATCH] housekeeping combo --- src/app/gfx/tilesheet.cc | 1 - src/app/gfx/tilesheet.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/app/gfx/tilesheet.cc b/src/app/gfx/tilesheet.cc index 7f4990f9..0c3bcdba 100644 --- a/src/app/gfx/tilesheet.cc +++ b/src/app/gfx/tilesheet.cc @@ -207,5 +207,4 @@ void Tilesheet::MirrorTileData(std::vector& tile_data, bool mirrorX, } } // namespace gfx - } // namespace yaze diff --git a/src/app/gfx/tilesheet.h b/src/app/gfx/tilesheet.h index 25e92fde..fc77d312 100644 --- a/src/app/gfx/tilesheet.h +++ b/src/app/gfx/tilesheet.h @@ -132,7 +132,6 @@ absl::StatusOr CreateTilesheetFromGraphicsBuffer( int sheet_id); } // namespace gfx - } // namespace yaze #endif // YAZE_APP_GFX_TILESHEET_H