mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-05 00:26:02 +02:00
Changed C++ style comments to fix pedantic warnings.
This commit is contained in:
@@ -539,7 +539,7 @@ SDL_SetRelativeMouseMode(SDL_bool enabled)
|
||||
mouse->relative_mode_warp = SDL_TRUE;
|
||||
} else if (mouse->SetRelativeMouseMode(enabled) < 0) {
|
||||
if (enabled) {
|
||||
// Fall back to warp mode if native relative mode failed
|
||||
/* Fall back to warp mode if native relative mode failed */
|
||||
mouse->relative_mode_warp = SDL_TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user