branch | v_0 |
changeset 30 | e15d04d98fca |
parent 28 | 4cbd9c0beb4c |
child 31 | 22827574296e |
--- a/Shark.cpp Thu Dec 28 15:01:13 2023 +0100 +++ b/Shark.cpp Sat Dec 30 01:18:32 2023 +0100 @@ -576,7 +576,7 @@ void Shark::Impl::loadTextures() { // Load default texture if there is no configured: if (cfg.textures.empty()) - cfg.textures.push_back({getDefaultFile("textures/default.png")}); + cfg.textures.push_back({getDefaultFile("textures/default.img")}); for (const Configuration::Texture& tex : cfg.textures) { std::shared_ptr<ImageLoader::ImageBuffer>