mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
minor change in _mesa_ResizeBuffersMESA()
This commit is contained in:
parent
fc69beecb6
commit
7a28779b2e
1 changed files with 2 additions and 1 deletions
|
|
@ -648,7 +648,8 @@ _mesa_ResizeBuffersMESA( void )
|
||||||
{
|
{
|
||||||
GET_CURRENT_CONTEXT(ctx);
|
GET_CURRENT_CONTEXT(ctx);
|
||||||
|
|
||||||
_mesa_resizebuffers( ctx );
|
if (ctx->Extensions.MESA_resize_buffers)
|
||||||
|
_mesa_resizebuffers( ctx );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue