Kaydet (Commit) cfe8443b authored tarafından Louis-Francis Ratté-Boulianne's avatar Louis-Francis Ratté-Boulianne Kaydeden (comit) Markus Mohrhard

vcl: Remove the extra colon at the end of shader

Change-Id: I0a1a2346176a9f2f4d62ca80a9485d720b522cef
üst 1b0df37e
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
attribute vec4 position; attribute vec4 position;
void main() { void main() {
gl_Position = position; gl_Position = position;
}; }
/* 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