Fix compile warnings (#881)

This commit is contained in:
Emux
2021-10-10 17:42:35 +03:00
committed by GitHub
parent bb03b40075
commit f076544993
12 changed files with 16 additions and 28 deletions

View File

@@ -24,6 +24,7 @@ import java.nio.*;
/**
* See https://github.com/libgdx/libgdx/blob/master/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/LwjglGL30.java
*/
@SuppressWarnings("deprecation")
public class LwjglGL30 extends LwjglGL20 implements org.oscim.backend.GL30 {
@Override
public void readBuffer(int mode) {