diff --git a/src/content/ContentPack.hpp b/src/content/ContentPack.hpp index 7b7b19e8..082d2eea 100644 --- a/src/content/ContentPack.hpp +++ b/src/content/ContentPack.hpp @@ -79,6 +79,7 @@ struct ContentPack { case ContentType::ENTITY: return ContentPack::ENTITIES_FOLDER; case ContentType::GENERATOR: return ContentPack::GENERATORS_FOLDER; case ContentType::NONE: return fs::u8path(""); + default: return fs::u8path(""); } } };