Removed waiting
This commit is contained in:
parent
eca506a521
commit
dc3d94dd2a
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue