mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
Merge pull request #1541 from birarda/double-stars
clarify output for double stars
This commit is contained in:
commit
4beea7f0ec
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue