mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Fixes for plAvatar
This commit is contained in:
@ -171,7 +171,7 @@ void plAGModifier::SetApplicator(plAGApplicator *newApp)
|
||||
|
||||
plAGChannel *newChannel = newApp->GetChannel();
|
||||
|
||||
hsAssert(newChannel = nil, "Trying to merge in new applicator which already has channel. Incomplete.");
|
||||
hsAssert(!newChannel, "Trying to merge in new applicator which already has channel. Incomplete.");
|
||||
|
||||
// *** right now I just want to support the case of putting in a new applicator - not merging animations
|
||||
|
||||
|
Reference in New Issue
Block a user