mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-20 07:03:46 +00:00
commit
6492028bb2
26 changed files with 79 additions and 52 deletions
|
|
@ -129,8 +129,7 @@ static void processNodeLights(AppNode* appNode, const MatrixF& offset, SimGroup*
|
|||
Con::errorf(ConsoleLogEntry::General, "Failed to register light for \"%s\"", lightName.c_str());
|
||||
delete pLight;
|
||||
}
|
||||
|
||||
if (group)
|
||||
else if (group)
|
||||
group->addObject(pLight);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue