flip sdl_surface in opengl texture loader

This commit is contained in:
2021-04-18 02:44:36 +02:00
parent e3ae6c1521
commit 5d785b54d6
2 changed files with 25 additions and 4 deletions

View File

@@ -2,11 +2,10 @@
#include "./texture.hpp"
#include <SDL2/SDL.h>
#include <utility>
// fwd
typedef struct SDL_Surface SDL_Surface;
namespace MM {
class Engine;
}