Skip to content

Commit

Permalink
GwtGraphics: fix Gradle deprecation warning, #977 (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 authored Nov 30, 2022
1 parent c7219da commit 7032428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -565,6 +564,7 @@ public boolean isContinuousRendering() {
public void requestRendering() {
}

@SuppressWarnings("deprecation")
@Override
public float getRawDeltaTime() {
return getDeltaTime();
Expand Down

0 comments on commit 7032428

Please sign in to comment.