From 3512eeece10ba8a4a42c632fbbf400b73e41a632 Mon Sep 17 00:00:00 2001 From: sasankasa Date: Wed, 7 Feb 2024 22:47:04 +0100 Subject: [PATCH] =?UTF-8?q?b=C5=82=C4=99dzik?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grk/cw 6/src/Planet.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);