From 3b9a7910d0fe3f6e994ac00f032cbca15e000959 Mon Sep 17 00:00:00 2001 From: SNMetamorph <25657591+SNMetamorph@users.noreply.github.com> Date: Mon, 15 Aug 2022 08:44:04 +0400 Subject: [PATCH] opus: fixed path to submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index dc4d389a..71d05e6d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,5 +14,5 @@ path = vgui_support url = https://github.com/FWGS/vgui_support [submodule "opus"] - path = 3rdparty/opus + path = 3rdparty/opus/opus url = https://github.com/xiph/opus