1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 11:19:10 +00:00

Fix for a guaranteed infinite recursive call bug

This commit is contained in:
2011-04-07 15:10:02 -07:00
parent 37a87f3b54
commit 749ee03661

View File

@ -134,7 +134,7 @@ UInt32 plLayerMultiply::Eval(double wSecs, UInt32 frame, UInt32 ignore)
hsBool plLayerMultiply::MsgReceive(plMessage* msg) hsBool plLayerMultiply::MsgReceive(plMessage* msg)
{ {
return plLayerMultiply::MsgReceive(msg); return plLayerInterface::MsgReceive(msg);
} }
void plLayerMultiply::SetPreshadeColor(const hsColorRGBA& col) void plLayerMultiply::SetPreshadeColor(const hsColorRGBA& col)