mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Fix additional issues from review
This commit is contained in:
@ -61,7 +61,7 @@ plAGChannel::plAGChannel()
|
||||
{
|
||||
#ifdef TRACK_AG_ALLOCS
|
||||
fName = gGlobalAnimName;
|
||||
RegisterAGAlloc(this, gGlobalChannelName, gGlobalAnimName, this->ClassIndex());
|
||||
RegisterAGAlloc(this, gGlobalChannelName.c_str(), gGlobalAnimName.c_str(), this->ClassIndex());
|
||||
#endif // TRACK_AG_ALLOCS
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user