From b7880a7714597a4a5d87add26f9062d7df119c00 Mon Sep 17 00:00:00 2001 From: Tobias Frisch <tfrisch@uni-koblenz.de> Date: Sat, 19 Jun 2021 19:40:37 +0200 Subject: [PATCH] [#60] Fixed other projects Signed-off-by: Tobias Frisch <tfrisch@uni-koblenz.de> --- projects/first_scene/src/main.cpp | 2 -- projects/voxelization/src/main.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/projects/first_scene/src/main.cpp b/projects/first_scene/src/main.cpp index 00a862cf..420400cd 100644 --- a/projects/first_scene/src/main.cpp +++ b/projects/first_scene/src/main.cpp @@ -38,8 +38,6 @@ int main(int argc, const char** argv) { cameraManager.getCamera(camIndex1).setNearFar(0.1f, 30.0f); - window.initEvents(); - vkcv::Core core = vkcv::Core::create( window, applicationName, diff --git a/projects/voxelization/src/main.cpp b/projects/voxelization/src/main.cpp index 1899a3b1..bab5d0f0 100644 --- a/projects/voxelization/src/main.cpp +++ b/projects/voxelization/src/main.cpp @@ -32,8 +32,6 @@ int main(int argc, const char** argv) { cameraManager.getCamera(camIndex2).setNearFar(0.1f, 30.0f); - window.initEvents(); - vkcv::Core core = vkcv::Core::create( window, applicationName, -- GitLab