Kaydet (Commit) 6b446f95 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

remove tab in shader

Change-Id: I8641b8c0b478dd23d312fb4e8eed8aa98eb7035e
üst 3d549ff9
...@@ -28,7 +28,7 @@ void main() ...@@ -28,7 +28,7 @@ void main()
normalCameraspace = normalize(mat3(V) * normalMatrix * vertexNormalModelspace); normalCameraspace = normalize(mat3(V) * normalMatrix * vertexNormalModelspace);
fragBarColor = barColor; fragBarColor = barColor;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment