Merge pull request #1541 from birarda/double-stars

clarify output for double stars
This commit is contained in:
ZappoMan 2014-01-15 16:57:08 -08:00
commit 4beea7f0ec

View file

@ -19,7 +19,8 @@ bool Controller::computeStars(unsigned numStars, unsigned seed) {
this->retile(numStars, _tileResolution);
qDebug() << "Total time to generate stars: " << ((usecTimestampNow() - usecTimestamp(&startTime)) / 1000) << "msec";
qDebug() << "Total time to retile and generate stars: "
<< ((usecTimestampNow() - usecTimestamp(&startTime)) / 1000) << "msec";
return true;
}