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)
|
if (hr != S_OK)
|
||||||
// TODO proper cleanup somehow
|
// TODO proper cleanup somehow
|
||||||
return hr;
|
return hr;
|
||||||
cea = (combinedEffectsAttr *) cea;
|
cea = (combinedEffectsAttr *) u;
|
||||||
if (cea != NULL) {
|
if (cea != NULL) {
|
||||||
auto diter = effects.find(cea);
|
auto diter = effects.find(cea);
|
||||||
if (diter != effects.end())
|
if (diter != effects.end())
|
||||||
|
|
Loading…
Reference in New Issue