Skip to content

Commit de6a195

Browse files
Fix xml syntax in shadow texture size tutorial (#3111) (#3114)
(cherry picked from commit bd66670) Signed-off-by: Ian Chen <[email protected]> Co-authored-by: Ian Chen <[email protected]>
1 parent 0f2210f commit de6a195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/shadow_texture_size.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Let's change the shadow texture size for directional light with the SDF file bel
100100
2) Add the following lines to the Minimal Scene GUI plugin.
101101

102102
```xml
103-
</shadows>
103+
<shadows>
104104
<texture_size light_type="directional">8192</texture_size>
105105
</shadows>
106106
```

0 commit comments

Comments
 (0)