Skip to content

Commit

Permalink
2017-5-20
Browse files Browse the repository at this point in the history
  • Loading branch information
FKPX3118 committed May 20, 2017
1 parent 4baa769 commit bdccd40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1 +1,2 @@
*.bak
*.bak
*.db
2 changes: 1 addition & 1 deletion 00 - Core/DAHAKA's ENB/enbseries/enbbloom.fx
Expand Up @@ -219,7 +219,7 @@ sampler2D SamplerBloom8 = sampler_state

float Luminance( float3 Color )
{
return dot( Color, float3( 0.2125, 0.7154, 0.0721 ) );
return dot( Color, float3(0.2125, 0.7154, 0.0721));
}

/////////////
Expand Down
Binary file removed 00 - Core/textures/effects/Thumbs.db
Binary file not shown.

0 comments on commit bdccd40

Please sign in to comment.