Skip to content

Commit

Permalink
hide hdr
Browse files Browse the repository at this point in the history
  • Loading branch information
cryham committed Dec 29, 2024
1 parent 873ad45 commit 5221214
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions data/gui/Editor_Options.layout
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@


<!-- 🌅 HDR -->
<Widget type="Button" skin="CheckBox" position="28 210 556 24" name="HDR">
<!-- <Widget type="Button" skin="CheckBox" position="28 210 556 24" name="HDR">
<Property key="Caption" value="#{HDR} ** #603030 = #{NotDone}"/>
<Property key="TextColour" value="0.8 0.6 0.3"/>
</Widget>
</Widget> -->

<!-- <Widget type="Button" skin="CheckBox" position="28 150 256 24" name="SoftParticles">
<Property key="Caption" value="#{SoftParticles}"/>
Expand Down
4 changes: 2 additions & 2 deletions data/gui/Game_Options.layout
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@


<!-- 🌅 HDR -->
<Widget type="Button" skin="CheckBox" position="28 210 556 24" name="HDR">
<!-- <Widget type="Button" skin="CheckBox" position="28 210 556 24" name="HDR">
<Property key="Caption" value="#{HDR} ** #603030 = #{NotDone}"/>
<Property key="TextColour" value="0.8 0.6 0.3"/>
</Widget>
</Widget> -->

<!-- <Widget type="Button" skin="CheckBox" position="28 150 256 24" name="SoftParticles">
<Property key="Caption" value="#{SoftParticles}"/>
Expand Down
2 changes: 1 addition & 1 deletion src/common/GuiCom_Options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ void CGuiCom::GuiInitGraphics() // ? not yet: called on preset change with bGI

ck= &ckLensFlare; ck->Init("LensFlare", &pSet->g.lens_flare); // 🔆
ck= &ckSunbemas; ck->Init("SunBeams", &pSet->g.sunbeams); // 🌄
ck= &ckHDR; ck->Init("HDR", &pSet->g.hdr); // 🌅 HDR
// ck= &ckHDR; ck->Init("HDR", &pSet->g.hdr); // 🌅 HDR

ck= &ckGI; ck->Init("GI", &pSet->gi); // 🌇 GI
txGIinfo = fTxt("GItext");
Expand Down

0 comments on commit 5221214

Please sign in to comment.