Skip to content

Commit

Permalink
Remove unused float array (libgdx#7070)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesTKhan authored Feb 1, 2023
1 parent 3c3d645 commit 494f56e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ public native int getKey (T value) /*-{
Int32Array intBuffer = TypedArrays.createInt32Array(2000 * 6);
Int16Array shortBuffer = TypedArrays.createInt16Array(2000 * 6);
Int8Array byteBuffer = TypedArrays.createInt8Array(2000 * 6);
float[] floatArray = new float[16000];

public final WebGLRenderingContext gl;

Expand Down

0 comments on commit 494f56e

Please sign in to comment.