Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
realSquidCoder committed Jan 24, 2025
1 parent 17c867b commit ca5e27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ static void* stonesense_thread(ALLEGRO_THREAD* main_thread, void* parms)
auto overlay = std::make_unique<Overlay>(df::global::enabler->renderer);
df::global::enabler->renderer = overlay.get();
}


std::filesystem::path p = std::filesystem::path{} / "stonesense" / "stonesense.png";
IMGIcon = load_bitmap_withWarning(p);
Expand Down

0 comments on commit ca5e27b

Please sign in to comment.