Removed waiting

This commit is contained in:
Alejandro Saucedo 2020-08-05 08:00:31 +01:00
parent eca506a521
commit dc3d94dd2a

View file

@ -593,8 +593,7 @@ int
main()
{
VulkanExample* vulkanExample = new VulkanExample();
std::cout << "Finished. Press enter to terminate...";
getchar();
std::cout << "Finished.";
delete (vulkanExample);
return 0;
}