mirror of
https://github.com/memononen/nanovg
synced 2026-09-26 16:19:07 +03:00
Merge pull request #207 from alexbrazier/patch-1
Fix spelling mistake in readme
This commit is contained in:
commit
1de6fa5cdd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue