mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Remove a TODO.
This commit is contained in:
@@ -440,7 +440,7 @@ typedef union
|
||||
char openal[256]; // OpenAL seems to use human-readable device names as the ID.
|
||||
#endif
|
||||
#ifdef MAL_SUPPORT_NULL
|
||||
int nullbackend; // Always 0. TODO: Check that this is indeed always set to 0 or just undefined. If undefined, change this to always be 0.
|
||||
int nullbackend; // Always 0.
|
||||
#endif
|
||||
} mal_device_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user