1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 19:19:56 +00:00

Infinite loop fix

This commit is contained in:
scrawl 2016-03-02 13:20:23 +01:00
parent 6e7c6fdd7e
commit 67c8faec75

View file

@ -1363,6 +1363,7 @@ namespace MWRender
foundKeyframeCtrl = true; foundKeyframeCtrl = true;
break; break;
} }
cb = cb->getNestedCallback();
} }
if (foundKeyframeCtrl) if (foundKeyframeCtrl)