mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-17 01:21:12 +00:00
(Code Formatting)Fix Indentation
This commit is contained in:
parent
39728eb5d4
commit
4f5de01d8e
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ ShutdownGraphics(void)
|
|||
last_display = vid_displayindex->value;
|
||||
}
|
||||
else {
|
||||
SDL_GetWindowPosition(window,
|
||||
SDL_GetWindowPosition(window,
|
||||
&last_position_x, &last_position_y);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue