diff --git a/src/bitmap.h b/src/bitmap.h index 119808b..9a3be5d 100644 --- a/src/bitmap.h +++ b/src/bitmap.h @@ -105,6 +105,8 @@ public: DECL_ATTR(Font, Font*) /* */ + /* 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;