update for light3d reader

This commit is contained in:
unknown 2015-10-29 09:53:54 +08:00
parent eff8cc16c1
commit 917edbcf62
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ namespace cocostudio
{
light->setIntensity(intensity);
light->setEnabled(enabled);
light->setLightFlag(flag);
}
lightNode->addChild(light);