use bg_main.jpg instead of bg_main.png

This commit is contained in:
juliancoffee 2021-06-18 20:41:18 +03:00
parent 46dfc119fb
commit 9a5f749bc7

View File

@ -55,7 +55,7 @@ fn main() {
// Check if git-lfs is working
if std::env::var("DISABLE_GIT_LFS_CHECK").is_err() && cfg!(not(feature = "no-assets")) {
let asset_path: PathBuf = ["..", "assets", "voxygen", "background", "bg_main.png"]
let asset_path: PathBuf = ["..", "assets", "voxygen", "background", "bg_main.jpg"]
.iter()
.collect();
let asset_file = match File::open(&asset_path) {