diff options
Diffstat (limited to 'src/safeopenglgraphics.h')
-rw-r--r-- | src/safeopenglgraphics.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/safeopenglgraphics.h b/src/safeopenglgraphics.h index 304c62d85..8a5f7bc17 100644 --- a/src/safeopenglgraphics.h +++ b/src/safeopenglgraphics.h @@ -28,6 +28,8 @@ #include "graphics.h" +#include "resources/fboinfo.h" + //#define NO_SDL_GLEXT #define GL_GLEXT_PROTOTYPES 1 @@ -132,9 +134,7 @@ class SafeOpenGLGraphics : public Graphics private: bool mAlpha, mTexture; bool mColorAlpha; - GLuint mFboId; - GLuint mTextureId; - GLuint mRboId; + FBOInfo mFbo; }; #endif |