Turns out there was only one real runtime bug (a bad castee). It works! Now to clean up.

This commit is contained in:
Pietro Gagliardi 2018-03-17 16:10:11 -04:00
parent a5bbc83359
commit 45d11962b1
1 changed files with 1 additions and 1 deletions

View File

@ -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())