Skip to content

Commit

Permalink
Merge pull request regl-project#351 from regl-project/mikolalysenko-p…
Browse files Browse the repository at this point in the history
…atch-1

Fix regl-project#349
  • Loading branch information
mikolalysenko authored Sep 15, 2016
2 parents 4f57bfd + f9cfa75 commit bcd58d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@ var ndarrayTexture = regl.texture(require('baboon-image'))

// Manual mipmap specification
var mipmapTexture = regl.texture({
minFilter: 'mipmap'
min: 'mipmap'
})

// From an image element
Expand Down

0 comments on commit bcd58d6

Please sign in to comment.