Skip to content

Commit 7032428

Browse files
authored
GwtGraphics: fix Gradle deprecation warning, #977 (#986)
1 parent c7219da commit 7032428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vtm-web/src/org/oscim/gdx/emu/com/badlogic/gdx/backends/gwt/GwtGraphics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
import com.google.gwt.user.client.ui.Panel;
3434
import com.google.gwt.webgl.client.WebGLContextAttributes;
3535
import com.google.gwt.webgl.client.WebGLRenderingContext;
36-
3736
import org.oscim.gdx.client.GdxGL;
3837
import org.slf4j.Logger;
3938
import org.slf4j.LoggerFactory;
@@ -565,6 +564,7 @@ public boolean isContinuousRendering() {
565564
public void requestRendering() {
566565
}
567566

567+
@SuppressWarnings("deprecation")
568568
@Override
569569
public float getRawDeltaTime() {
570570
return getDeltaTime();

0 commit comments

Comments
 (0)