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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-08-29 10:40:15 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-08-29 10:40:15 +0300
commit5af58faf799e3fd19ca9319f7ebef0654967bdc0 (patch)
treee87d99af322419c85f6b233c0f17c1c737bac6c9 /source/blender/editors/sound
parent936a2c6459717a35274109796b03becfaa597fc3 (diff)
Fix compilation error caused by wrong array initialization
We usually don't silence migh-be-uninitialized warning (which is the only thing which could explain setting matrix to all zeroes) so we can catch such errors when using tools like Valgrind. I don't get warning here and the initializer was wrong, so removing it. If it-s _REALLY_ needed please do a proper initialization.
Diffstat (limited to 'source/blender/editors/sound')
0 files changed, 0 insertions, 0 deletions