1
0
Fork 0

source/Math/Math.cpp: removed comment.

This commit is contained in:
Henrik Hautakoski 2019-04-29 10:56:14 +02:00
parent 7bf8617267
commit 482ce62023
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -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) {