Skip to content

Commit

Permalink
Remove extra indent
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchuber committed Jul 26, 2023
1 parent 9e1ef0d commit 5f8bdeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ struct ambientOcclusionOutParams
{
vec3 ambientOcclusionColor;
#if DEBUGMODE > 0 && defined(AMBIENT)
vec3 ambientOcclusionColorMap;
vec3 ambientOcclusionColorMap;
#endif
};

Expand Down

0 comments on commit 5f8bdeb

Please sign in to comment.