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

actors are now updates every frame. This should not be the case, but this is a quickfix for AI.

This commit is contained in:
gus 2013-04-11 17:57:58 +01:00
parent b5b0e7a656
commit 6934b20abd

View File

@ -210,7 +210,7 @@ namespace MWMechanics
{
mDuration += duration;
if (mDuration>=0.25)
//if (mDuration>=0.25)
{
float totalDuration = mDuration;
mDuration = 0;