v0.4.2b: fixed a typo in Texture
This commit is contained in:
parent
bd12b7003d
commit
5da611f452
|
@ -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 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user