--- 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>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textures/default.img Sat Dec 30 01:18:32 2023 +0100
@@ -0,0 +1,1 @@
+horizon.jpeg
\ No newline at end of file
--- a/textures/default.png Thu Dec 28 15:01:13 2023 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-jazz.png
\ No newline at end of file
Binary file textures/horizon.jpeg has changed
Binary file textures/jazz.png has changed