mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 16:24:04 +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.
|
char openal[256]; // OpenAL seems to use human-readable device names as the ID.
|
||||||
#endif
|
#endif
|
||||||
#ifdef MAL_SUPPORT_NULL
|
#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
|
#endif
|
||||||
} mal_device_id;
|
} mal_device_id;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user