mirror of
https://github.com/touchHLE/rust-sdl2.git
synced 2026-01-31 01:25:23 +01:00
Fix typo
This commit is contained in:
@@ -133,7 +133,7 @@ impl Sdl {
|
||||
GameControllerSubsystem::new(self)
|
||||
}
|
||||
|
||||
/// Initializes the game controller subsystem.
|
||||
/// Initializes the sensor subsystem.
|
||||
#[inline]
|
||||
pub fn sensor(&self) -> Result<SensorSubsystem, String> {
|
||||
SensorSubsystem::new(self)
|
||||
|
||||
Reference in New Issue
Block a user