Skip to content

Commit

Permalink
Merge pull request BSVino#62 from elect86/patch-1
Browse files Browse the repository at this point in the history
Update glGet.xhtml, wrong default value for GL_CULL_FACE
  • Loading branch information
BSVino authored Aug 8, 2018
2 parents b3bb702 + 8a4d69b commit 87c4517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gl4/glGet.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@
<dd>
<p>
<em class="parameter"><code>data</code></em> returns a single boolean value indicating whether polygon culling
is enabled. The initial value is <code class="constant">GL_FALSE</code>.
is enabled. The initial value is <code class="constant">GL_BACK</code>.
See <a class="citerefentry" href="glCullFace"><span class="citerefentry"><span class="refentrytitle">glCullFace</span></span></a>.
</p>
</dd>
Expand Down

0 comments on commit 87c4517

Please sign in to comment.