Skip to content

Commit 5778f90

Browse files
committed
小问题
1 parent baf9154 commit 5778f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/github/squi2rel/vp/video/VideoScreen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void initServer() {
7878
if (meta == null) meta = new HashMap<>();
7979
lock = new ReentrantLock();
8080
if (scaleX == 0 || scaleY == 0) {
81-
fill = true;
81+
fill = false;
8282
scaleX = 1;
8383
scaleY = 1;
8484
}

0 commit comments

Comments
 (0)