Skip to content

Commit

Permalink
Fix underwater environment image (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Apr 11, 2019
1 parent 158df24 commit 863be49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified app/src/main/assets/cubemap/underwater/negz.ktx
Binary file not shown.
6 changes: 3 additions & 3 deletions app/src/main/res/values/options_values.xml
Expand Up @@ -5,7 +5,7 @@
<item>@string/developer_options_env_void</item>
<item>@string/developer_options_env_cave</item>
<item>@string/developer_options_env_offworld</item>
<!--<item>@string/developer_options_env_underwater</item>-->
<item>@string/developer_options_env_underwater</item>
<item>@string/developer_options_env_winter</item>
<item>@string/developer_options_env_meadow</item>
</string-array>
Expand All @@ -14,7 +14,7 @@
<item>void</item>
<item>cave</item>
<item>offworld</item>
<!--<item>underwater</item>-->
<item>underwater</item>
<item>winter</item>
<item>meadow</item>
</string-array>
Expand All @@ -23,7 +23,7 @@
<item>@color/black</item>
<item>@drawable/environment_cave</item>
<item>@drawable/environment_offworld</item>
<!--<item>@drawable/environment_underwater</item>-->
<item>@drawable/environment_underwater</item>
<item>@drawable/environment_winter</item>
<item>@drawable/environment_meadow</item>
</array>
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 863be49

Please sign in to comment.