We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7219da commit 7032428Copy full SHA for 7032428
vtm-web/src/org/oscim/gdx/emu/com/badlogic/gdx/backends/gwt/GwtGraphics.java
@@ -33,7 +33,6 @@
33
import com.google.gwt.user.client.ui.Panel;
34
import com.google.gwt.webgl.client.WebGLContextAttributes;
35
import com.google.gwt.webgl.client.WebGLRenderingContext;
36
-
37
import org.oscim.gdx.client.GdxGL;
38
import org.slf4j.Logger;
39
import org.slf4j.LoggerFactory;
@@ -565,6 +564,7 @@ public boolean isContinuousRendering() {
565
564
public void requestRendering() {
566
}
567
+ @SuppressWarnings("deprecation")
568
@Override
569
public float getRawDeltaTime() {
570
return getDeltaTime();
0 commit comments