summaryrefslogtreecommitdiff
path: root/Penguloon/Scenes/SceneBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/Scenes/SceneBase.cs')
-rw-r--r--Penguloon/Scenes/SceneBase.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Penguloon/Scenes/SceneBase.cs b/Penguloon/Scenes/SceneBase.cs
index 4214e97..a56bf04 100644
--- a/Penguloon/Scenes/SceneBase.cs
+++ b/Penguloon/Scenes/SceneBase.cs
@@ -79,7 +79,8 @@ namespace Penguloon.Scenes
/// <param name="size"></param>
/// <param name="textAllignment"></param>
/// <param name="color"></param>
- public void DrawText(SpriteFont font, string text, Vector2 position, Vector2 size, TextAllignment textAllignment, Color color, Color borderColor, int borderWidth)
+ public void DrawText(SpriteFont font, string text, Vector2 position, Vector2 size, TextAllignment textAllignment,
+ Color color, Color borderColor, int borderWidth)
{
if (font == null) return;