Standard shader: Tonemap by default;

This commit is contained in:
bjorn 2019-08-12 02:36:23 -07:00
parent 4eb768b13b
commit 8821ecd340
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ const char* lovrStandardFragmentShader = ""
"#endif \n"
// Tonemap
"#ifdef FLAG_tonemap \n"
"#ifndef FLAG_skipTonemap \n"
" result = tonemap_ACES(result * lovrExposure); \n"
"#endif \n"