Blender Git Commit Log
Git Commits -> Revision d3b6117
Revision d3b6117 by Sergey Sharybin (master) June 25, 2013, 07:22 (GMT) |
Fix typo made back in svn rev35785 Callback handle was assigning to wrong storage in RE_draw_lock_cb. So far it was completely harmless because all the callbacks are using the same handle, so test_break_callback was using correct handle, and since draw_lock_callback didn't use handle at all nobody noticed this. But this typo lead to draw_lock_callback using NULL instead of real RenderJob, which is bad for the feature we're working in GSoC branch. |
Commit Details:
Full Hash: d3b6117068eb1d03f0c66aab7d0c667951223709
SVN Revision: 57725
Parent Commit: 54db7f1
Lines Changed: +1, -1
1 Modified Path:
/source/blender/render/intern/source/pipeline.c (+1, -1) (Diff)