Fix copy-paste error

pull/3/head
Hleb Valoshka 2019-12-04 00:54:33 +03:00
parent 32eaa68d0a
commit 971d203ecc
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ bool AssociativeArray::getTime(const string& key, float& val, double outputScale
{ {
double dval; double dval;
if(!getLength(key, dval, outputScale, defaultScale)) if(!getTime(key, dval, outputScale, defaultScale))
return false; return false;
val = ((float) dval); val = ((float) dval);