removed test resource

This commit is contained in:
MihailRis
2024-03-05 02:45:42 +03:00
parent 613b7c94ea
commit 69e79f3181
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -192,6 +192,7 @@ namespace audio {
/// So it's audio data is stored in memory.
class Sound {
public:
/// @brief Sound variants will be chosen randomly to play
std::vector<std::shared_ptr<Sound>> variants;
virtual ~Sound() {}