Made all classes final

This commit is contained in:
Caspian Rychlik-Prince 2004-02-18 23:54:46 +00:00
parent e2f13953d2
commit 4b1f4cc7d9
94 changed files with 100 additions and 100 deletions

View file

@ -41,7 +41,7 @@ package org.lwjgl.opengl;
import java.nio.FloatBuffer;
public class ARBTransposeMatrix {
public final class ARBTransposeMatrix {
public static final int GL_TRANSPOSE_MODELVIEW_MATRIX_ARB = 0x84E3;
public static final int GL_TRANSPOSE_PROJECTION_MATRIX_ARB = 0x84E4;
public static final int GL_TRANSPOSE_TEXTURE_MATRIX_ARB = 0x84E5;