Clean up some ugly formatting
This commit is contained in:
parent
145864cf2d
commit
defe234ff2
1 changed files with 0 additions and 2 deletions
|
@ -286,7 +286,6 @@ void Backend_ScreenToSurface(Backend_Surface *surface, const RECT *rect)
|
||||||
SDL_Rect sdl_rect;
|
SDL_Rect sdl_rect;
|
||||||
RectToSDLRect(rect, &sdl_rect);
|
RectToSDLRect(rect, &sdl_rect);
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Copy screen to surface
|
// Copy screen to surface
|
||||||
//
|
//
|
||||||
|
@ -305,7 +304,6 @@ void Backend_ScreenToSurface(Backend_Surface *surface, const RECT *rect)
|
||||||
// Cleanup
|
// Cleanup
|
||||||
SDL_FreeSurface(screen_surface);
|
SDL_FreeSurface(screen_surface);
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Copy screen to texture
|
// Copy screen to texture
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue