Cleanup: OSL style

This commit is contained in:
Campbell Barton
2016-02-17 21:36:54 +11:00
parent d6b77450ce
commit 88d4d0d070
5 changed files with 6 additions and 6 deletions

View File

@@ -106,6 +106,6 @@ shader node_magic_texture(
p = transform(mapping, p);
Color = magic(p * Scale, Depth, Distortion);
Fac = (Color[0] + Color[1] + Color[2]) * (1.0/3.0);
Fac = (Color[0] + Color[1] + Color[2]) * (1.0 / 3.0);
}