mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Fix for a guaranteed infinite recursive call bug
This commit is contained in:
@ -134,7 +134,7 @@ UInt32 plLayerMultiply::Eval(double wSecs, UInt32 frame, UInt32 ignore)
|
||||
|
||||
hsBool plLayerMultiply::MsgReceive(plMessage* msg)
|
||||
{
|
||||
return plLayerMultiply::MsgReceive(msg);
|
||||
return plLayerInterface::MsgReceive(msg);
|
||||
}
|
||||
|
||||
void plLayerMultiply::SetPreshadeColor(const hsColorRGBA& col)
|
||||
|
Reference in New Issue
Block a user