egl: Update MaxSize when a dynamic array is grown.
This commit is contained in:
@@ -26,6 +26,7 @@ _eglGrowArray(_EGLArray *array)
|
||||
}
|
||||
|
||||
array->Elements = elems;
|
||||
array->MaxSize = new_size;
|
||||
|
||||
return EGL_TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user