1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-19 03:39:58 +00:00

Fix broken timer

This commit is contained in:
scrawl 2017-02-06 05:10:40 +01:00
parent d39d4f2619
commit bc29a99a53

View File

@ -1117,6 +1117,7 @@ namespace MWMechanics
timerUpdateAITargets += duration;
timerUpdateHeadTrack += duration;
timerUpdateEquippedLight += duration;
// Looping magic VFX update
// Note: we need to do this before any of the animations are updated.