1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-29 13:06:52 +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)