From 482ce62023bed5c6828cdf43b5fb7a247eba03f1 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 29 Apr 2019 10:56:14 +0200 Subject: [PATCH] source/Math/Math.cpp: removed comment. --- source/Math/Math.cpp | 2 -- 1 file changed, 2 deletions(-) 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) {