Bitmap: Add warning to 'flush()'
This commit is contained in:
parent
f67a73cb4f
commit
52dd1dbe2f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue