Light-projection textures should now appear in deferred. Still need to port the UI in the edit panel, however.

This commit is contained in:
Shyotl
2011-05-28 01:51:01 -05:00
parent 1bc0c5e795
commit 7851a6f38d

View File

@@ -4576,7 +4576,11 @@ LLViewerObject::ExtraParameter* LLViewerObject::createNewParameterEntry(U16 para
new_block = new LLSculptParams();
break;
}
case LLNetworkData::PARAMS_LIGHT_IMAGE:
{
new_block = new LLLightImageParams();
break;
}
default:
{
llinfos << "Unknown param type." << llendl;