From e379509dbc2132f429936befbf98f8c8a2ac108e Mon Sep 17 00:00:00 2001 From: Pascal Engeler <engelerp@phys.ethz.ch> Date: Tue, 17 Aug 2021 11:19:52 +0200 Subject: [PATCH] changed path --- 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 7d9b4ea..36a2268 100644 --- a/src/main_testing.cpp +++ b/src/main_testing.cpp @@ -30,7 +30,7 @@ int main(int argc, char** argv) { //Home top path std::string top_path = "C:\\Users\\engel\\VS_Projects\\FocusTerra\\framebuffer-testing\\ft_top\\"; //Rocket top path - //std::string top_path = "C:\\Users\\Rocket\\Desktop\\ft_top\\"; + //std::string top_path = "C:\\Users\\Executor\\Desktop\\ft_top\\"; //Derived paths std::string rsc_path = top_path + "resource\\"; -- GitLab