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()
|
main()
|
||||||
{
|
{
|
||||||
VulkanExample* vulkanExample = new VulkanExample();
|
VulkanExample* vulkanExample = new VulkanExample();
|
||||||
std::cout << "Finished. Press enter to terminate...";
|
std::cout << "Finished.";
|
||||||
getchar();
|
|
||||||
delete (vulkanExample);
|
delete (vulkanExample);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue