Skip to content

Commit bd66670

Browse files
authored
Fix xml syntax in shadow texture size tutorial (#3111)
Signed-off-by: Ian Chen <ichen@openrobotics.org>
1 parent 097c9a5 commit bd66670

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)