Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
lhecker committed Aug 30, 2022
1 parent 3c359c4 commit 3ad0da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/atlas/AtlasEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ namespace Microsoft::Console::Render
bool enableTransparentBackground = false;

std::wstring customPixelShaderPath; // changes are flagged as ApiInvalidations::Device
bool useRetroTerminalEffect = true; // changes are flagged as ApiInvalidations::Device
bool useRetroTerminalEffect = false; // changes are flagged as ApiInvalidations::Device

ApiInvalidations invalidations = ApiInvalidations::Device;
} _api;
Expand Down

0 comments on commit 3ad0da8

Please sign in to comment.