Skip to content

Commit

Permalink
revert default gamma to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehsapper committed Dec 13, 2024
1 parent 46c172e commit 92dbb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/limitless/renderer/composite_pass.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Limitless {
Framebuffer framebuffer;
public:
float tone_mapping_exposure = 1.0f;
float gamma = 1.f;
float gamma = 2.2f;

explicit CompositePass(Renderer& renderer);

Expand Down

0 comments on commit 92dbb4b

Please sign in to comment.