mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Re-define nil as nullptr, cleaning up some potential issues along the way
This commit is contained in:
@ -1339,7 +1339,7 @@ bool plArmatureMod::MsgReceive(plMessage* msg)
|
||||
}
|
||||
else
|
||||
{
|
||||
if (cloneMsg->GetCloneKey() == GetFollowerParticleSystemSO())
|
||||
if (cloneMsg->GetCloneKey() == GetFollowerParticleSystemSO()->GetKey())
|
||||
{
|
||||
SetFollowerParticleSystemSO(nil);
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user