Fixed wrong text
This commit is contained in:
parent
66959c3599
commit
0c7071524a
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ void WorleyNoise::generateNoise()
|
||||||
auto stop = std::chrono::high_resolution_clock::now();
|
auto stop = std::chrono::high_resolution_clock::now();
|
||||||
auto duration = std::chrono::duration_cast<std::chrono::seconds>(stop - start);
|
auto duration = std::chrono::duration_cast<std::chrono::seconds>(stop - start);
|
||||||
|
|
||||||
std::cout << "Finished computing Worley getNoise for size " << size << " and " << numberOfPoints << " points in "
|
std::cout << "Finished computing Worley noise for size " << size << " and " << numberOfPoints << " points in "
|
||||||
<< duration.count() << " seconds" << std::endl;
|
<< duration.count() << " seconds" << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue