Skip to content

Commit 993066f

Browse files
committed
Remove inline code block in header
1 parent 42e8169 commit 993066f

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games/07_the_sprite_class

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/07_the_sprite_class/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public Sprite CreateSprite(string regionName)
190190
}
191191
```
192192

193-
## Using the `Sprite` Class
193+
## Using the Sprite Class
194194

195195
Let's adjust our game now to use the `Sprite` class instead of just the texture regions. Replace the contents of *Game1.cs* with the following:
196196

0 commit comments

Comments
 (0)