Clean up some ugly formatting

This commit is contained in:
Clownacy 2019-07-25 00:09:10 +01:00
parent 145864cf2d
commit defe234ff2

View file

@ -286,7 +286,6 @@ void Backend_ScreenToSurface(Backend_Surface *surface, const RECT *rect)
SDL_Rect sdl_rect;
RectToSDLRect(rect, &sdl_rect);
//
// Copy screen to surface
//
@ -305,7 +304,6 @@ void Backend_ScreenToSurface(Backend_Surface *surface, const RECT *rect)
// Cleanup
SDL_FreeSurface(screen_surface);
//
// Copy screen to texture
//