Use the preferred sw_format when reading frames back

This commit is contained in:
Cameron Gutman
2019-06-26 21:25:41 -07:00
parent 87356ef594
commit 612b738968
2 changed files with 13 additions and 25 deletions
@@ -26,7 +26,5 @@ private:
SDL_Surface* m_OverlaySurfaces[Overlay::OverlayMax];
SDL_Texture* m_OverlayTextures[Overlay::OverlayMax];
SDL_Rect m_OverlayRects[Overlay::OverlayMax];
static const std::vector<int> k_SwFormats;
};