Blender Git Commit Log
Git Commits -> Revision 5af58fa
Revision 5af58fa by Sergey Sharybin (master) August 29, 2016, 07:40 (GMT) |
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. |
Commit Details:
Full Hash: 5af58faf799e3fd19ca9319f7ebef0654967bdc0
Parent Commit: 936a2c6
Lines Changed: +2, -2
1 Modified Path:
/source/blender/editors/gpencil/gpencil_edit.c (+2, -2) (Diff)