Skip to content

Commit 2892f9c

Browse files
committed
sdl3.zig small name fix
1 parent db2f578 commit 2892f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdl3.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -2050,7 +2050,7 @@ pub inline fn AUDIO_ISUNSIGNED(format: AudioFormat) bool {
20502050
return !AUDIO_ISSIGNED(format);
20512051
}
20522052

2053-
pub const AudioDeviceID = u32;
2053+
pub const AudioDeviceId = u32;
20542054

20552055
pub const AUDIO_DEVICE_DEFAULT_PLAYBACK = 0xFFFFFFFF;
20562056
pub const AUDIO_DEVICE_DEFAULT_RECORDING = 0xFFFFFFFE;

0 commit comments

Comments
 (0)