GwtGraphics: fix Gradle deprecation warning, #977

This commit is contained in:
Emux 2022-11-30 14:21:25 +02:00
parent c7219da70e
commit f55b97cbd3
No known key found for this signature in database
GPG Key ID: 64ED9980896038C3

View File

@ -33,7 +33,6 @@ import com.google.gwt.dom.client.Style;
import com.google.gwt.user.client.ui.Panel;
import com.google.gwt.webgl.client.WebGLContextAttributes;
import com.google.gwt.webgl.client.WebGLRenderingContext;
import org.oscim.gdx.client.GdxGL;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@ -565,6 +564,7 @@ public class GwtGraphics implements Graphics {
public void requestRendering() {
}
@SuppressWarnings("deprecation")
@Override
public float getRawDeltaTime() {
return getDeltaTime();