Skip to content

Commit

Permalink
Fix bug in CExplosion
Browse files Browse the repository at this point in the history
  • Loading branch information
Antidote committed Feb 7, 2023
1 parent 763fcdb commit 7195b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/World/CExplosion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void CExplosion::AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId sender, CSt
CActor::AcceptScriptMsg(msg, sender, mgr);

if (xec_explosionLight != kInvalidUniqueId)
mgr.SendScriptMsgAlways(sender, xec_explosionLight, msg);
mgr.SendScriptMsgAlways(xec_explosionLight, sender, msg);
}

void CExplosion::Think(float dt, CStateManager& mgr) {
Expand Down

0 comments on commit 7195b87

Please sign in to comment.