Merge pull request #6315 from devLotto/stretchedmode-reducescalingtime

stretchedmode: reduce wait time after changing scaling percentage
This commit is contained in:
Lotto
2018-11-27 04:40:39 +01:00
committed by GitHub
4 changed files with 33 additions and 26 deletions

View File

@@ -51,4 +51,10 @@ public interface RSGameEngine extends GameEngine
@Import("replaceCanvasNextFrame")
void setReplaceCanvasNextFrame(boolean replace);
@Import("maxCanvasWidth")
void setMaxCanvasWidth(int width);
@Import("maxCanvasHeight")
void setMaxCanvasHeight(int height);
}