Skip to content
Snippets Groups Projects
Commit c8575bc8 authored by Paolo Veglio's avatar Paolo Veglio
Browse files

fixed land_night scene to include desert and coast that were previously excluded

parent b8c373dc
No related branches found
No related tags found
No related merge requests found
......@@ -638,9 +638,7 @@ def scene_id(
& (scene_flags.ice == 0)
& (scene_flags.snow == 0)
& (scene_flags.polar == 0)
& (scene_flags.antarctica == 0)
& (scene_flags.coast == 0)
& (scene_flags.desert == 0),
& (scene_flags.antarctica == 0),
1,
0,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment