mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Fix plAvatar.
This commit is contained in:
@ -158,7 +158,7 @@ public:
|
||||
plPointBlend(plPointChannel *channelA, plPointChannel *channelB, plScalarChannel *channelBias);
|
||||
virtual ~plPointBlend();
|
||||
|
||||
plAGChannel * plPointBlend::Remove(plAGChannel *srceToRemove);
|
||||
plAGChannel * Remove(plAGChannel *srceToRemove);
|
||||
|
||||
const plPointChannel * GetPointChannelA() const { return fPointA; }
|
||||
void SetPointChannelA(plPointChannel *the_PointA) { fPointA = the_PointA; }
|
||||
|
Reference in New Issue
Block a user