Skip to content

Commit

Permalink
ups strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisah2 committed Mar 23, 2024
1 parent c255a02 commit afdd30d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
<item>2</item>
</string-array>

<string-array name="gs_shadow_resolution_entries">
<string-array name="gs_shadow_map_resolution_entries">
<item>512</item>
<item>1024</item>
<item>2048</item>
<item>4096</item>
</string-array>

<string-array name="gs_shadow_resolution_values">
<string-array name="gs_shadow_map_resolution_values">
<item>512</item>
<item>1024</item>
<item>2048</item>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/gs_visuals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
android:inputType="numberDecimal"
android:hint="8192"
android:defaultValue="8192"
android:summary="The distance from the camera at which shadows completely disapear."/>
android:summary="The distance from the camera at which shadows completely disappear."/>

<ListPreference
android:key="gs_shadows_pcf"
Expand Down

0 comments on commit afdd30d

Please sign in to comment.