Minor bugfix

This commit is contained in:
2020-10-20 22:30:11 +02:00
parent f5c951f130
commit 6f110e9eb9
3 changed files with 19 additions and 14 deletions

View File

@@ -11,7 +11,7 @@
int main(int argc, char** argv)
{
const auto cubesApp = CubesExampleApp::Create();
int threads = 2;
int threads = 4;
openVulkanoCpp::EngineConfiguration::GetEngineConfiguration()->SetNumThreads(threads);
openVulkanoCpp::IGraphicsAppManager* manager = new openVulkanoCpp::GraphicsAppManager(cubesApp.get());
manager->Run();