Fix compile issue on linux and small warnings

This commit is contained in:
Alexander Bock
2024-03-26 22:44:40 +01:00
parent 5ec67f8226
commit 0d0f4eef46
3 changed files with 4 additions and 5 deletions

View File

@@ -305,7 +305,7 @@ private:
*/
std::unique_ptr<SoLoud::Wav> loadSound(const std::filesystem::path& path);
std::unique_ptr<SoLoud::Soloud> _engine = nullptr;
std::unique_ptr<SoLoud::Soloud> _engine;
std::map<std::string, Info> _sounds;
};