Fixed typos

This commit is contained in:
Sascha Willems 2020-08-08 18:22:10 +02:00
parent 5539991ca5
commit 78f9881ebf
18 changed files with 28 additions and 28 deletions

View file

@ -118,7 +118,7 @@ public:
camera.setRotationSpeed(0.5f);
camera.setPerspective(60.0f, (float)width / (float)height, 0.1f, 256.0f);
settings.overlay = true;
// Get number of max. concurrrent threads
// Get number of max. concurrent threads
numThreads = std::thread::hardware_concurrency();
assert(numThreads > 0);
#if defined(__ANDROID__)