Skip to content

Commit 0658d19

Browse files
committed
Restore showBackgroundImage config setting removed during drop shadow cleanup
1 parent 31defcb commit 0658d19

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/configuration/configuration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ class NODISCARD Configuration final
139139
NamedConfig<bool> showMissingMapId{"SHOW_MISSING_MAPID", false};
140140
NamedConfig<bool> showUnsavedChanges{"SHOW_UNSAVED_CHANGES", false};
141141
NamedConfig<bool> showUnmappedExits{"SHOW_UNMAPPED_EXITS", false};
142+
NamedConfig<bool> showBackgroundImage{"SHOW_BACKGROUND_IMAGE", true};
142143
bool drawUpperLayersTextured = false;
143144
bool drawDoorNames = false;
144145
int antialiasingSamples = 0;

0 commit comments

Comments
 (0)