diff options
Diffstat (limited to 'gpu/pgl/pgl.cc')
-rw-r--r-- | gpu/pgl/pgl.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gpu/pgl/pgl.cc b/gpu/pgl/pgl.cc index 3e42854..b373478 100644 --- a/gpu/pgl/pgl.cc +++ b/gpu/pgl/pgl.cc @@ -84,7 +84,8 @@ PGLBoolean PGLContextImpl::Initialize(int32 transfer_buffer_size) { gles2_helper_, transfer_buffer.size, transfer_buffer.ptr, - transfer_buffer_id_); + transfer_buffer_id_, + false); return PGL_TRUE; } } |