Skip to content

Commit

Permalink
Merge pull request #207 from alexbrazier/patch-1
Browse files Browse the repository at this point in the history
Fix spelling mistake in readme
  • Loading branch information
memononen committed Mar 13, 2015
2 parents 3a5e25c + 01141b2 commit 1de6fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -64,7 +64,7 @@ nvgFill(vg);
- make sure you have initialised OpenGL with stencil buffer
- make sure you have cleared stencil buffer
- make sure all rendering calls happen between `nvgBeginFrame()` and `nvgEndFrame()`
- to eanble more checks for OpenGL errors, add `NVG_DEBUG` flag to `nvgCreatexxx()`
- to enable more checks for OpenGL errors, add `NVG_DEBUG` flag to `nvgCreatexxx()`
- if the problem still persists, please report an issue!

## OpenGL state touched by the backend
Expand Down

0 comments on commit 1de6fa5

Please sign in to comment.