From f55b97cbd3a9fc1e471f0f8361f3ca2d90bbd73f Mon Sep 17 00:00:00 2001 From: Emux Date: Wed, 30 Nov 2022 14:21:25 +0200 Subject: [PATCH] GwtGraphics: fix Gradle deprecation warning, #977 --- .../gdx/emu/com/badlogic/gdx/backends/gwt/GwtGraphics.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtm-web/src/org/oscim/gdx/emu/com/badlogic/gdx/backends/gwt/GwtGraphics.java b/vtm-web/src/org/oscim/gdx/emu/com/badlogic/gdx/backends/gwt/GwtGraphics.java index 949a4fe5..0391eb7b 100644 --- a/vtm-web/src/org/oscim/gdx/emu/com/badlogic/gdx/backends/gwt/GwtGraphics.java +++ b/vtm-web/src/org/oscim/gdx/emu/com/badlogic/gdx/backends/gwt/GwtGraphics.java @@ -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();