Turns out there was only one real runtime bug (a bad castee). It works! Now to clean up.
This commit is contained in:
parent
a5bbc83359
commit
45d11962b1
|
@ -382,7 +382,7 @@ static HRESULT applyEffectsAttributes(struct foreachParams *p)
|
|||
if (hr != S_OK)
|
||||
// TODO proper cleanup somehow
|
||||
return hr;
|
||||
cea = (combinedEffectsAttr *) cea;
|
||||
cea = (combinedEffectsAttr *) u;
|
||||
if (cea != NULL) {
|
||||
auto diter = effects.find(cea);
|
||||
if (diter != effects.end())
|
||||
|
|
Loading…
Reference in New Issue