diff --git a/source/Math/Math.cpp b/source/Math/Math.cpp index eb9961b..b2cc065 100644 --- a/source/Math/Math.cpp +++ b/source/Math/Math.cpp @@ -25,8 +25,6 @@ namespace math { return ::pow(2.0f, exp); } - // left, right, bottom, top, near, far. - Matrix4f orthoProjection(float left, float right, float bottom, float top, float zNear, float zFar) {