aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Sound.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-01 15:21:31 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-01 15:21:31 +0200
commitde288a859a631acf6aac10fad825cafaa3744dc9 (patch)
tree9e32e46498256c5215cbe4f293f99c3bf95128e2 /src/crepe/Sound.h
parent90174919ba8c019d4b88915557be0adc3769b3e6 (diff)
fix audio segfault
Diffstat (limited to 'src/crepe/Sound.h')
-rw-r--r--src/crepe/Sound.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/Sound.h b/src/crepe/Sound.h
index 163c5b4..9da17b9 100644
--- a/src/crepe/Sound.h
+++ b/src/crepe/Sound.h
@@ -60,7 +60,6 @@ private:
void load(std::unique_ptr<api::Resource> res);
private:
- std::unique_ptr<api::Resource> res;
SoLoud::Wav sample;
SoLoud::handle handle;
};