mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-01 16:31:13 +00:00
Remove unnecessary value (count) from enum
This commit is contained in:
1
vendor/miniaudio/common.odin
vendored
1
vendor/miniaudio/common.odin
vendored
@@ -193,7 +193,6 @@ format :: enum c.int {
|
||||
s24 = 3, /* Tightly packed. 3 bytes per sample. */
|
||||
s32 = 4,
|
||||
f32 = 5,
|
||||
count,
|
||||
}
|
||||
|
||||
standard_sample_rate :: enum u32 {
|
||||
|
||||
Reference in New Issue
Block a user