Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-09-15 15:39:49 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-09-15 15:39:49 +0400
commitfd3a40a12969085c16927bd2b2240f9ac98d951f (patch)
treef1372e4ef864d51463cdf441915a9ad3c9346cfd /source/blender/gpu
parente5ce1e962ddd1fd3b1850dfede3884f321d95974 (diff)
Fix glsl vertex shader string that was not 0 terminated, no idea
if it caused any problems.
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_shader_vertex.glsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_shader_vertex.glsl.c b/source/blender/gpu/intern/gpu_shader_vertex.glsl.c
index a89de776864..edf93d838d5 100644
--- a/source/blender/gpu/intern/gpu_shader_vertex.glsl.c
+++ b/source/blender/gpu/intern/gpu_shader_vertex.glsl.c
@@ -9,5 +9,5 @@ char datatoc_gpu_shader_vertex_glsl[]= {
110, 32, 61, 32, 99,111, 46,120,121,122, 59, 10, 9,118, 97,114,110,111,114,109, 97,108, 32, 61, 32,103,108, 95, 78,111,114,109,
97,108, 77, 97,116,114,105,120, 32, 42, 32,103,108, 95, 78,111,114,109, 97,108, 59, 10, 9,103,108, 95, 80,111,115,105,116,105,
111,110, 32, 61, 32,103,108, 95, 80,114,111,106,101, 99,116,105,111,110, 77, 97,116,114,105,120, 32, 42, 32, 99,111, 59, 10, 10,
-};
+ 0};