diff --git a/grk/cw 6/src/Planet.hpp b/grk/cw 6/src/Planet.hpp index 52a2d21..6a38c4e 100644 --- a/grk/cw 6/src/Planet.hpp +++ b/grk/cw 6/src/Planet.hpp @@ -545,7 +545,7 @@ void init(GLFWwindow* window) { planetTex = Core::LoadTexture(planetTexPaths[std::abs(planetTexIndex % 21)]); sunTex = Core::LoadTexture(sunTexPaths[std::abs(sunTexIndex % 5)]); - planetRock = Core::LoadTexture("textures/planets/normalne/rocky.jpg"); + planetRock = Core::LoadTexture("textures/planets/rocky.jpg"); skyBoxTex = Core::LoadSkyBox(skyBoxPaths);