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 949a4fe57..0391eb7b7 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.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 boolean isContinuousRendering() { public void requestRendering() { } + @SuppressWarnings("deprecation") @Override public float getRawDeltaTime() { return getDeltaTime();