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