Bitmap: Add warning to 'flush()'

This commit is contained in:
Jonas Kulla 2013-10-17 15:28:43 +02:00
parent f67a73cb4f
commit 52dd1dbe2f
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ public:
DECL_ATTR(Font, Font*)
/* <internal> */
/* Warning: Flushing might change the current
* FBO binding (so don't call it during 'draw()' routines */
void flush() const;
TEXFBO &getGLTypes();
SDL_Surface *megaSurface() const;