[WebGL] Fix .extend

This commit is contained in:
Christoph Diehl 2018-04-27 15:50:51 -07:00
parent 15579c705c
commit 6059659c05
No known key found for this signature in database
GPG Key ID: 799CE5B68FEF404A
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ class webgl extends make {
]
if (isWebGL2) {
pname.extends([
pname.extend([
'COPY_READ_BUFFER_BINDING',
'COPY_WRITE_BUFFER_BINDING',
'DRAW_BUFFERi',