mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Make shadow maps the default.
This commit is contained in:
parent
7dab96a9cf
commit
a2de759296
@ -228,7 +228,7 @@ pub enum ShadowMode {
|
||||
}
|
||||
|
||||
impl Default for ShadowMode {
|
||||
fn default() -> Self { ShadowMode::Cheap }
|
||||
fn default() -> Self { ShadowMode::Map(Default::default()) }
|
||||
}
|
||||
|
||||
impl core::convert::TryFrom<ShadowMode> for ShadowMapMode {
|
||||
|
Loading…
Reference in New Issue
Block a user