From 3c096e9954f31ba82daeef8e33cb11831a7167b7 Mon Sep 17 00:00:00 2001 From: triscuitcircuit <54428989+Triscuit-circuit@users.noreply.github.com> Date: Sun, 19 Nov 2023 17:37:52 -0500 Subject: [PATCH] Fixed SoundBuffer.h --- RcEngine/src/RcEngine/Sound/SoundBuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RcEngine/src/RcEngine/Sound/SoundBuffer.h b/RcEngine/src/RcEngine/Sound/SoundBuffer.h index 832698b..edd7d70 100644 --- a/RcEngine/src/RcEngine/Sound/SoundBuffer.h +++ b/RcEngine/src/RcEngine/Sound/SoundBuffer.h @@ -5,7 +5,7 @@ #ifndef RCGAMEENGINE_SOUNDBUFFER_H #define RCGAMEENGINE_SOUNDBUFFER_H #include "AL/al.h" -#include "/opt/homebrew/include/sndfile.h" +#include "sndfile.h" namespace RcEngine{ class SoundBuffer{