Skip to content
Snippets Groups Projects
Commit 4f3a2830 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix pre-commit failures

parent 06e80f0b
No related branches found
No related tags found
No related merge requests found
Featurettes
\ No newline at end of file
Featurettes
......@@ -3669,4 +3669,4 @@ void RunLPMFilter(inout vec3 diff)
{
LpmFilter(diff.r, diff.g, diff.b, tonemap_amd_shoulder, LPM_CONFIG_709_709); // <-- Using the LPM_CONFIG_ prefab to make inputs easier.
}
#endif
\ No newline at end of file
#endif
......@@ -3,4 +3,4 @@ certifi>=2024.6.2
llbase>=1.3.1
llsd>=1.2.4
dmgbuild>=1.6.1; sys_platform == 'darwin'
\ No newline at end of file
dmgbuild>=1.6.1; sys_platform == 'darwin'
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