Skip to content
Snippets Groups Projects
Commit ecc66f7c authored by Brad Linden's avatar Brad Linden
Browse files

Fix for mac shader loading failure freeze at startup SL-19668

parent 23addd8f
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,7 @@ void main() ...@@ -177,7 +177,7 @@ void main()
diff.rgb = toneMap(diff.rgb); diff.rgb = toneMap(diff.rgb);
#if LEGACY_GAMMA #ifdef LEGACY_GAMMA
#ifndef NO_POST #ifndef NO_POST
diff.rgb = legacyGamma(diff.rgb); diff.rgb = legacyGamma(diff.rgb);
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment