fix offscreen rendering with true offscreen buffer

This commit is contained in:
David Rose 2004-12-07 14:44:55 +00:00
parent 555e319c28
commit 1becc5edd4

View File

@ -49,6 +49,7 @@ GraphicsBuffer(GraphicsPipe *pipe, GraphicsStateGuardian *gsg,
_x_size = x_size;
_y_size = y_size;
_has_size = true;
_default_display_region->compute_pixels(_x_size, _y_size);
_open_request = OR_none;
}