Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Malacath-92 committed Jan 26, 2022
1 parent 0385b93 commit b8decf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/playlunky/mod/sprite_sheet_merger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ void SpriteSheetMerger::RegisterCustomImages(std::string_view mod_name, std::spa

for (const auto& [relative_path, custom_image] : custom_images)
{
const auto absolute_path = [&]() -> std::optional<fs::path> {
const auto absolute_path = [&]() -> std::optional<fs::path>
{
for (const fs::path& load_path : load_paths)
{
const fs::path absolute_path = load_path / relative_path;
Expand Down

0 comments on commit b8decf2

Please sign in to comment.