1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-22 03:40:49 +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;
break;
}
cb = cb->getNestedCallback();
}
if (foundKeyframeCtrl)