From a04d94bde6f21dfe68b071fac2d15182f39de83b Mon Sep 17 00:00:00 2001
From: Vanessa Karolek <vaka1997@uni-koblenz.de>
Date: Mon, 26 Jul 2021 15:48:25 +0200
Subject: [PATCH] [#94] remove unnecessary line

---
 projects/saf_r/src/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/saf_r/src/main.cpp b/projects/saf_r/src/main.cpp
index 886f8473..3cb1078b 100644
--- a/projects/saf_r/src/main.cpp
+++ b/projects/saf_r/src/main.cpp
@@ -100,8 +100,8 @@ vkcv::asset::TextureData render(const std::vector<Sphere> &spheres, const std::v
     const int width    = 800;
     const int height   = 600;
     const int fov      = M_PI/2.;
+    
     std::vector<glm::vec3> framebuffer(width*height);
-    std::string path = "textures";
 #pragma omp parallel for
     for (size_t j = 0; j<height; j++) {
         for (size_t i = 0; i<width; i++) {
-- 
GitLab