Use our API, which makes more sense.

This commit is contained in:
Aleric Inglewood
2012-07-15 16:58:47 +02:00
parent b2c71c099f
commit a6bb2604f6

View File

@@ -1180,9 +1180,7 @@ void LLPumpIO::LLChainInfo::setTimeoutSeconds(F32 timeout)
LLMemType m1(LLMemType::MTYPE_IO_PUMP);
if(timeout > 0.0f)
{
mTimer.start();
mTimer.reset();
mTimer.setTimerExpirySec(timeout);
mTimer.start(timeout);
}
else
{