Browse Source

spaces --> tabs

shared-context
Andrew Corrigan 11 years ago
parent
commit
ad1f260b91
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nanovg_gl.h

+ 1
- 1
src/nanovg_gl.h View File

@@ -443,7 +443,7 @@ static int glnvg__renderCreate(void* uptr)

static const char* fillFragShader =
"#ifdef GL_ES\n"
"#if defined(GL_FRAGMENT_PRECISION_HIGH) || defined(NANOVG_GL3)\n"
"#if defined(GL_FRAGMENT_PRECISION_HIGH) || defined(NANOVG_GL3)\n"
" precision highp float;\n"
"#else\n"
" precision mediump float;\n"


Loading…
Cancel
Save