diff --git a/source/Cosmos.System2/MouseManager.cs b/source/Cosmos.System2/MouseManager.cs
index ab766fdba..fffd1ea1d 100644
--- a/source/Cosmos.System2/MouseManager.cs
+++ b/source/Cosmos.System2/MouseManager.cs
@@ -54,7 +54,7 @@ namespace Cosmos.System
///
/// The Point of the mouse.
///
- public static Point getPoint() {return new Point((int)MouseManager.X, (int)MouseManager.Y);}
+ public static Point GetPoint() {return new Point((int)MouseManager.X, (int)MouseManager.Y);}
///
/// The state the mouse is currently in.