diff --git a/.vs/grk-cw/FileContentIndex/844fcd50-822f-40bc-9c57-fdc96e9b0712.vsidx b/.vs/grk-cw/FileContentIndex/7fe70d9f-6a71-4960-b1f9-3296c9b8081d.vsidx similarity index 65% rename from .vs/grk-cw/FileContentIndex/844fcd50-822f-40bc-9c57-fdc96e9b0712.vsidx rename to .vs/grk-cw/FileContentIndex/7fe70d9f-6a71-4960-b1f9-3296c9b8081d.vsidx index 16d0a27..c26af90 100644 Binary files a/.vs/grk-cw/FileContentIndex/844fcd50-822f-40bc-9c57-fdc96e9b0712.vsidx and b/.vs/grk-cw/FileContentIndex/7fe70d9f-6a71-4960-b1f9-3296c9b8081d.vsidx differ diff --git a/.vs/grk-cw/FileContentIndex/92f94b49-6f31-418f-8984-38fabbf4061b.vsidx b/.vs/grk-cw/FileContentIndex/961ba04d-7509-4dfd-80b3-d183c6ccdfe0.vsidx similarity index 100% rename from .vs/grk-cw/FileContentIndex/92f94b49-6f31-418f-8984-38fabbf4061b.vsidx rename to .vs/grk-cw/FileContentIndex/961ba04d-7509-4dfd-80b3-d183c6ccdfe0.vsidx diff --git a/.vs/grk-cw/v17/.suo b/.vs/grk-cw/v17/.suo index 2a5e299..0fe1ad9 100644 Binary files a/.vs/grk-cw/v17/.suo and b/.vs/grk-cw/v17/.suo differ diff --git a/.vs/grk-cw/v17/Browse.VC.db b/.vs/grk-cw/v17/Browse.VC.db index 7a7f2d2..c2e2b7e 100644 Binary files a/.vs/grk-cw/v17/Browse.VC.db and b/.vs/grk-cw/v17/Browse.VC.db differ diff --git a/.vs/grk-cw/v17/ipch/AutoPCH/3af4a585019c4035/MAIN.ipch b/.vs/grk-cw/v17/ipch/AutoPCH/3af4a585019c4035/MAIN.ipch index 0cd3728..58607fc 100644 Binary files a/.vs/grk-cw/v17/ipch/AutoPCH/3af4a585019c4035/MAIN.ipch and b/.vs/grk-cw/v17/ipch/AutoPCH/3af4a585019c4035/MAIN.ipch differ diff --git a/Debug/projekt_grk.exe b/Debug/projekt_grk.exe index 952982a..9e5f600 100644 Binary files a/Debug/projekt_grk.exe and b/Debug/projekt_grk.exe differ diff --git a/Debug/projekt_grk.pdb b/Debug/projekt_grk.pdb index 75fe407..49e1992 100644 Binary files a/Debug/projekt_grk.pdb and b/Debug/projekt_grk.pdb differ diff --git a/projekt_grk/Debug/main.obj b/projekt_grk/Debug/main.obj index 8224881..e3e17f9 100644 Binary files a/projekt_grk/Debug/main.obj and b/projekt_grk/Debug/main.obj differ diff --git a/projekt_grk/Debug/projekt_grk.tlog/link.read.1.tlog b/projekt_grk/Debug/projekt_grk.tlog/link.read.1.tlog index 76216f0..902691d 100644 Binary files a/projekt_grk/Debug/projekt_grk.tlog/link.read.1.tlog and b/projekt_grk/Debug/projekt_grk.tlog/link.read.1.tlog differ diff --git a/projekt_grk/Debug/vc143.idb b/projekt_grk/Debug/vc143.idb index e91d774..ea900eb 100644 Binary files a/projekt_grk/Debug/vc143.idb and b/projekt_grk/Debug/vc143.idb differ diff --git a/projekt_grk/Debug/vc143.pdb b/projekt_grk/Debug/vc143.pdb index 5bd074d..bdf6251 100644 Binary files a/projekt_grk/Debug/vc143.pdb and b/projekt_grk/Debug/vc143.pdb differ diff --git a/projekt_grk/src/ex_7_1.hpp b/projekt_grk/src/ex_7_1.hpp index 0f1fc77..d1f0284 100644 --- a/projekt_grk/src/ex_7_1.hpp +++ b/projekt_grk/src/ex_7_1.hpp @@ -333,7 +333,7 @@ void init(GLFWwindow* window) "textures/skybox/right.png", "textures/skybox/left.png", "textures/skybox/top.png", - "textures/skybox/bottaom.png", + "textures/skybox/bottom.png", "textures/skybox/back.png", "textures/skybox/front.png" }; diff --git a/projekt_grk/textures/skybox/bottom.png b/projekt_grk/textures/skybox/bottom.png index fbbafa2..a9c985f 100644 Binary files a/projekt_grk/textures/skybox/bottom.png and b/projekt_grk/textures/skybox/bottom.png differ diff --git a/projekt_grk/textures/skybox/top.png b/projekt_grk/textures/skybox/top.png index d3c0572..a37d2e6 100644 Binary files a/projekt_grk/textures/skybox/top.png and b/projekt_grk/textures/skybox/top.png differ