Cycles: Fix typo in network device

Spotted by jesterKing, thanks!
This commit is contained in:
Sergey Sharybin
2016-02-11 13:05:55 +01:00
parent 4cfff68344
commit 10cc4ae359

View File

@@ -648,7 +648,7 @@ protected:
if(task.shader_output)
task.shader_output = device_ptr_from_client_pointer(task.shader_output);
if(task.shader_output)luma)
if(task.shader_output_luma)
task.shader_output_luma = device_ptr_from_client_pointer(task.shader_output_luma);