Skip to content

Commit 3b2397d

Browse files
committed
Added note about API stability
1 parent f5457aa commit 3b2397d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/src/org/renpy/android/SDLSurfaceView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,7 @@ private void waitForStart() {
815815
String fit = (String) ai.metaData.get("presplash-fit");
816816

817817
Log.i("python","presplash-fit is "+fit);
818+
// WARNING: The presplash-fit api is unstable and may be changed
818819

819820
int bitmapWidth = bitmap.getWidth();
820821
int bitmapHeight = bitmap.getHeight();

0 commit comments

Comments
 (0)