* fix for regression test [compo_map_uv.blend]

the wrapping was resized to fit the uv map. this step was wrong and has
been deleted.
This commit is contained in:
Jeroen Bakker 2012-10-02 11:37:15 +00:00
parent ecbeb0f575
commit e795b8410b

@ -24,7 +24,7 @@
MapUVOperation::MapUVOperation() : NodeOperation()
{
this->addInputSocket(COM_DT_COLOR);
this->addInputSocket(COM_DT_COLOR, COM_SC_NO_RESIZE);
this->addInputSocket(COM_DT_VECTOR);
this->addOutputSocket(COM_DT_COLOR);
this->m_alpha = 0.0f;