PIMathVectorT optimize state

git-svn-id: svn://db.shs.com.ru/pip@136 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-05-26 06:55:18 +00:00
parent 3fc57bcaac
commit 950cc4e97f
2 changed files with 6 additions and 7 deletions

View File

@@ -142,7 +142,7 @@ bool PIBinaryLog::threadedRead(uchar *readed, int size) {
break;
case PlayVariableSpeed:
delay = lastrecord.timestamp.toMilliseconds() - play_time;
piCoutObj << "delay" << delay;
//piCoutObj << "delay" << delay;
double cdelay;
int dtc;
if (is_started) {