mirror of https://github.com/axmolengine/axmol.git
update for light3d reader
This commit is contained in:
parent
eff8cc16c1
commit
917edbcf62
|
@ -182,6 +182,7 @@ namespace cocostudio
|
|||
{
|
||||
light->setIntensity(intensity);
|
||||
light->setEnabled(enabled);
|
||||
light->setLightFlag(flag);
|
||||
}
|
||||
lightNode->addChild(light);
|
||||
|
||||
|
|
Loading…
Reference in New Issue