Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit f584f5a

Browse files
committed
Fixed colored grain in debug mode
1 parent 4bfd2ef commit f584f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PostProcessing/Runtime/Effects/Grain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public override void Render(PostProcessRenderContext context)
3636
{
3737
#if POSTFX_DEBUG_STATIC_GRAIN
3838
// Chosen by a fair dice roll
39-
float time = 4f;
39+
float time = 0.4f;
4040
float rndOffsetX = 0f;
4141
float rndOffsetY = 0f;
4242
#else

0 commit comments

Comments
 (0)