GwtGraphics: fix Gradle deprecation warning, #977 (#986)

This commit is contained in:
Emux 2022-11-30 14:24:21 +02:00 committed by GitHub
parent c7219da70e
commit 7032428f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();