Fix T47785: Rendering Crash, Node Connector Crash, Changing Editors Crash

Regressions after 2.76, to be backported to 2.77.
This commit is contained in:
Sergey Sharybin 2016-03-14 14:16:04 +05:00
parent a686aa3477
commit e509e911a3
Notes: blender-bot 2023-02-14 08:06:34 +01:00
Referenced by issue #47785, Rendering Crash, Node Connector Crash, Changing Editors Crash
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ public:
if ((extend_x != COM_MB_REPEAT && (u < 0.0f || u >= this->m_width)) ||
(extend_y != COM_MB_REPEAT && (v < 0.0f || v >= this->m_height)))
{
zero_v4(result);
copy_vn_fl(result, this->m_num_channels, 0.0f);
return;
}
BLI_bilinear_interpolation_wrap_fl(