MCPcopy Create free account
hub / github.com/Card-Forge/forge / stopContinuousRendering

Method stopContinuousRendering

forge-gui-mobile/src/forge/Forge.java:560–565  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

558 }
559
560 public static void stopContinuousRendering() {
561 if (continuousRenderingCount > 0 && --continuousRenderingCount == 0) {
562 //only set continuous rendering to false if all continuous rendering requests have been ended
563 Gdx.graphics.setContinuousRendering(false);
564 }
565 }
566
567 public static void setHeightModifier(float height) {
568 heigtModifier = height;

Callers 7

openHomeDefaultMethod · 0.95
onSwitchAwayMethod · 0.95
runMethod · 0.95
showMethod · 0.95
stopMethod · 0.95
advanceAllMethod · 0.95
endAllMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected