Skip to content

Commit

Permalink
Fix env order bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Mar 22, 2019
1 parent e14805a commit 0936338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/options_values.xml
Expand Up @@ -11,10 +11,10 @@

<string-array name="developer_options_environments_values" translatable="false">
<item>void</item>
<item>cave</item>
<item>offworld</item>
<item>underwater</item>
<item>winter</item>
<item>cave</item>
</string-array>

<array name="developer_options_environments_images" translatable="false">
Expand Down

0 comments on commit 0936338

Please sign in to comment.