mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
Fix copy'n'pasteo that broke display lists.
This commit is contained in:
parent
3cf20ddbfc
commit
23e0ca2ebb
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ intel_bufferobj_get_subdata(GLcontext * ctx,
|
|||
struct intel_buffer_object *intel_obj = intel_buffer_object(obj);
|
||||
|
||||
assert(intel_obj);
|
||||
dri_bo_subdata(intel_obj->buffer, offset, size, data);
|
||||
dri_bo_get_subdata(intel_obj->buffer, offset, size, data);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue