Skip to content

Commit 39bc9bc

Browse files
authored
Merge pull request #199 from Reihynn/master
change banner maxHeight from 243 to 246
2 parents 515b153 + 1ffa491 commit 39bc9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Quaver.API/Maps/AutoMod/AutoMod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ private void DetectBannerIssues()
399399
var bannerPath = Qua.GetBannerPath();
400400
if (bannerPath == null || !File.Exists(bannerPath)) return;
401401

402-
DetectImageFileIssues("banner", bannerPath, MaxBannerFileSize, 421, 82, 1263, 243);
402+
DetectImageFileIssues("banner", bannerPath, MaxBannerFileSize, 421, 82, 1263, 246);
403403
}
404404

405405
/// <summary>

0 commit comments

Comments
 (0)