mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
use bg_main.jpg instead of bg_main.png
This commit is contained in:
parent
46dfc119fb
commit
9a5f749bc7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user