v0.4.2b: fixed a typo in Texture
This commit is contained in:
@@ -49,7 +49,7 @@ public class Texture {
|
|||||||
id = ids[0];
|
id = ids[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void activ1ate( int index ) {
|
public static void activate( int index ) {
|
||||||
GLES20.glActiveTexture( GLES20.GL_TEXTURE0 + index );
|
GLES20.glActiveTexture( GLES20.GL_TEXTURE0 + index );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user