diff --git a/Cargo.toml b/Cargo.toml index 565625a42b..4c463c2db7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ # default profile for devs, fast to compile, okay enough to run, no debug information [profile.dev] opt-level = 2 -overflow-checks = false +overflow-checks = true debug-assertions = true panic = "abort" debug = false @@ -46,10 +46,10 @@ debug = true # this profil is used for veloren releases, compile time doesn't matter # we need stacktraces, light debug information, as much checks as possible -# i would like to put it in a seperate `official_release` target, but that doesnt share caches with `cargo test` and `cargo bench` +# I would like to put it in a seperate `official_release` target, but that doesnt share caches with `cargo test` and `cargo bench` [profile.release] opt-level = 3 -overflow-checks = true +overflow-checks = false debug-assertions = false lto = true debug = false diff --git a/assets/voxygen/element/buttons/indicator_mmap.vox b/assets/voxygen/element/buttons/indicator_mmap.vox index 67607ba009..942f8892cc 100644 --- a/assets/voxygen/element/buttons/indicator_mmap.vox +++ b/assets/voxygen/element/buttons/indicator_mmap.vox @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a3cb706889fac602ad801a3e5d06c607db30b4519d04b2881016897e6af755b -size 56692 +oid sha256:0773c7dd90d30b77affb6452cd3499f0bd5b069c71b4b1cc1734d7815a14d239 +size 56900 diff --git a/voxygen/src/hud/img_ids.rs b/voxygen/src/hud/img_ids.rs index eee2ff247c..b4b37616e9 100644 --- a/voxygen/src/hud/img_ids.rs +++ b/voxygen/src/hud/img_ids.rs @@ -59,7 +59,6 @@ image_ids! { // MiniMap mmap_frame: "voxygen.element.frames.mmap", mmap_frame_closed: "voxygen.element.frames.mmap_closed", - indicator_mmap: "voxygen.element.buttons.indicator_mmap", // Missing: Buff Frame Animation .gif ?! we could do animation in ui.maintain, or in shader? window_frame: "voxygen.element.frames.window2", @@ -122,6 +121,7 @@ image_ids! { // Map map_indicator: "voxygen.element.buttons.map_indicator", + indicator_mmap: "voxygen.element.buttons.indicator_mmap", // Crosshair