Skip to content
Snippets Groups Projects
Verified Commit b7880a77 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#60] Fixed other projects

parent a3e00d1c
Branches
Tags
1 merge request!65Resolve "Kamera - Steuerung mittels Controller"
Pipeline #25879 passed
......@@ -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,
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment