We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5457aa commit 3b2397dCopy full SHA for 3b2397d
src/src/org/renpy/android/SDLSurfaceView.java
@@ -815,6 +815,7 @@ private void waitForStart() {
815
String fit = (String) ai.metaData.get("presplash-fit");
816
817
Log.i("python","presplash-fit is "+fit);
818
+ // WARNING: The presplash-fit api is unstable and may be changed
819
820
int bitmapWidth = bitmap.getWidth();
821
int bitmapHeight = bitmap.getHeight();
0 commit comments