mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 17:40:11 +01:00
egl: Update MaxSize when a dynamic array is grown.
This commit is contained in:
parent
98ebc8165c
commit
a8815b754d
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ _eglGrowArray(_EGLArray *array)
|
|||
}
|
||||
|
||||
array->Elements = elems;
|
||||
array->MaxSize = new_size;
|
||||
|
||||
return EGL_TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue