From d57fcc8ed8a3c63b8995507307830e601a0e2828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 21 Jun 2026 23:03:15 +0200 Subject: [PATCH] Audio: add a TODO, again matching what's in GL::Context already. --- src/Magnum/Audio/Context.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Magnum/Audio/Context.h b/src/Magnum/Audio/Context.h index 967f065ba..264f65d93 100644 --- a/src/Magnum/Audio/Context.h +++ b/src/Magnum/Audio/Context.h @@ -496,6 +496,9 @@ class MAGNUM_AUDIO_EXPORT Context { #ifdef MAGNUM_BUILD_DEPRECATED Containers::Array _supportedExtensions; #endif + /** @todo this one is needed only until the context gets created and + then can be discarded -- what to do? we could avoid including + Array altogether */ Containers::Array _disabledExtensions; };