diff --git a/SpriteLibrary/SpriteController.cs b/SpriteLibrary/SpriteController.cs
index 6d2e81b..17ab289 100644
--- a/SpriteLibrary/SpriteController.cs
+++ b/SpriteLibrary/SpriteController.cs
@@ -451,6 +451,7 @@ namespace SpriteLibrary
///
/// Replace the image on which the sprites are drawn. Use this when you move to a new playing field,
/// or want to have a different background
+ ///
///
/// Replacing the background image is actually a lot more complex than you might imagine. Once you use the
/// below code, it can be done without any problem. But you need to do it this way, or it just goofs up in
@@ -476,7 +477,6 @@ namespace SpriteLibrary
///}
///
///
- ///
/// The new image that all sprites will be drawn on
public void ReplaceOriginalImage(Image tImage)
{