From 5e26e334e664536b387811756eaaf37df04f0b81 Mon Sep 17 00:00:00 2001 From: Pascal Engeler <engelerp@phys.ethz.ch> Date: Wed, 8 Sep 2021 11:00:48 +0200 Subject: [PATCH] source specification --- src/main_testing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main_testing.cpp b/src/main_testing.cpp index 36a2268..4acfcf9 100644 --- a/src/main_testing.cpp +++ b/src/main_testing.cpp @@ -35,7 +35,7 @@ int main(int argc, char** argv) { //Derived paths std::string rsc_path = top_path + "resource\\"; std::string img_path = rsc_path + "images\\"; - std::string tex_path = rsc_path + "textures\\home\\"; + std::string tex_path = rsc_path + "textures\\homes\\"; //std::string tex_path = rsc_path + "textures\\rocket\\"; std::string font_path = top_path + "fonts\\"; std::string shd_path = top_path + "shaders\\"; -- GitLab