From: <sp...@us...> - 2010-07-31 16:14:19
|
Revision: 3399 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3399&view=rev Author: spasi Date: 2010-07-31 16:14:13 +0000 (Sat, 31 Jul 2010) Log Message: ----------- Typo fix. Modified Paths: -------------- trunk/LWJGL/src/templates/org/lwjgl/opengl/NV_framebuffer_multisample_coverage.java Modified: trunk/LWJGL/src/templates/org/lwjgl/opengl/NV_framebuffer_multisample_coverage.java =================================================================== --- trunk/LWJGL/src/templates/org/lwjgl/opengl/NV_framebuffer_multisample_coverage.java 2010-07-28 21:12:41 UTC (rev 3398) +++ trunk/LWJGL/src/templates/org/lwjgl/opengl/NV_framebuffer_multisample_coverage.java 2010-07-31 16:14:13 UTC (rev 3399) @@ -42,7 +42,7 @@ /** Accepted by the <pname> parameter of GetIntegerv. */ int GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV = 0x8E11; - int GL_MULITSAMPLE_COVERAGE_MODES_NV = 0x8E12; + int GL_MULTISAMPLE_COVERAGE_MODES_NV = 0x8E12; void glRenderbufferStorageMultisampleCoverageNV(@GLenum int target, @GLsizei int coverageSamples, @GLsizei int colorSamples, @GLenum int internalformat, @GLsizei int width, @GLsizei int height); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |