Skip to content

Commit 138a765

Browse files
committed
a little comment
1 parent cc5d97c commit 138a765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdl3/pixels.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::convert::{TryFrom, TryInto};
55
use std::ffi::c_int;
66
use std::fmt::Debug;
77
use std::ptr::null;
8-
// Bring in all SDL pixel-related types and constants
8+
// Bring in all SDL pixel-related types and constants (for the format enums)
99
use sys::everything::*;
1010

1111
pub struct Palette {

0 commit comments

Comments
 (0)