mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'sharp/default-shadows-real' into 'master'
Make shadow maps the default. See merge request veloren/veloren!1361
This commit is contained in:
commit
0b9f2a5d3b
@ -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