ASE: Explicitly pass "UNNAMED" as default Light name
parent
f3d702339c
commit
4fd791796c
|
@ -308,7 +308,7 @@ void Parser::Parse()
|
|||
if (TokenMatch(filePtr,"LIGHTOBJECT",11))
|
||||
|
||||
{
|
||||
m_vLights.push_back(Light());
|
||||
m_vLights.push_back(Light("UNNAMED"));
|
||||
ParseLV1ObjectBlock(m_vLights.back());
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue