Don't start paused
This commit is contained in:
parent
2f79c852c0
commit
7f1c8c516b
1 changed files with 0 additions and 6 deletions
|
|
@ -93,9 +93,6 @@ public:
|
|||
|
||||
VulkanExample() : VulkanExampleBase(ENABLE_VALIDATION)
|
||||
{
|
||||
width = 1920;
|
||||
height = 1080;
|
||||
|
||||
enableTextOverlay = true;
|
||||
title = "Vulkan Example - Compute shader N-body system";
|
||||
|
||||
|
|
@ -104,9 +101,6 @@ public:
|
|||
camera.setRotation(glm::vec3(-26.0f, 75.0f, 0.0f));
|
||||
camera.setTranslation(glm::vec3(0.0f, 0.0f, -14.0f));
|
||||
camera.movementSpeed = 2.5f;
|
||||
zoomSpeed = 5.0f;
|
||||
|
||||
paused = true;
|
||||
}
|
||||
|
||||
~VulkanExample()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue