fix clipping for OpenGL buffers

This commit is contained in:
Vadim Lopatin 2014-12-05 12:11:51 +03:00
parent 098c061e0d
commit ab44c4611c
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ class GLDrawBuf : DrawBuf {
_dx = dx;
_dy = dy;
_framebuffer = framebuffer;
resetClipping();
}
/// returns current width
@ -51,6 +52,7 @@ class GLDrawBuf : DrawBuf {
/// reserved for hardware-accelerated drawing - begins drawing batch
override void beforeDrawing() {
resetClipping();
_alpha = 0;
if (_scene !is null) {
_scene.reset();