Browse Source

Merge pull request #207 from alexbrazier/patch-1

Fix spelling mistake in readme
shared-context
Mikko Mononen 10 years ago
parent
commit
1de6fa5cdd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -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


Loading…
Cancel
Save