Set -> Get Timer

This commit is contained in:
KimLS 2015-07-08 18:10:04 -07:00
parent 753f53be1b
commit a69fbb9e0b

View File

@ -635,7 +635,7 @@ bool Mob::MakeNewPositionAndSendUpdate(float x, float y, float z, int speed, boo
else {
tar_vector/=16.0f;
float dur = Timer::SetCurrentTime() - pLastChange;
float dur = Timer::GetCurrentTime() - pLastChange;
if(dur < 1.0f) {
dur = 1.0f;
}