diff --git a/src/main_testing.cpp b/src/main_testing.cpp index 36a226806df1f67fe7e587fed0e9fe9e074c0721..4acfcf9585b732119178447a2de0bf3f4b214c7e 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\\";