diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-08-15 16:04:34 +0200 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-08-15 16:04:34 +0200 |
commit | e961d99b959677d9aef92df49501d9284ab802b3 (patch) | |
tree | 4aab5e1feb9a6666516cf7e2b5c320dc90df054e /external/collada2gltf | |
parent | 2a8da8a54811a88f38d299b334034adb9dd347e8 (diff) |
collada2gltf/patches: remove useless line from patch
Change-Id: Ie4c291819f0f8d8a2797d26cc55e5bad1507bdaf
Diffstat (limited to 'external/collada2gltf')
-rw-r--r-- | external/collada2gltf/patches/fix_linux_shader_compiling.patch.1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/external/collada2gltf/patches/fix_linux_shader_compiling.patch.1 b/external/collada2gltf/patches/fix_linux_shader_compiling.patch.1 index a4813c163c66..5b259c5f5ef4 100644 --- a/external/collada2gltf/patches/fix_linux_shader_compiling.patch.1 +++ b/external/collada2gltf/patches/fix_linux_shader_compiling.patch.1 @@ -10,4 +10,3 @@ diff -ur collada2gltf.org/shaders/commonProfileShaders.cpp collada2gltf/shaders/ this->_body = "void main(void) {\n"; this->_profile = profile; } -Only in collada2gltf/shaders: commonProfileShaders.cpp~ |