()
| 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; |
no outgoing calls
no test coverage detected