BatchRenderer2D.cpp: Remove unnused variable.
This commit is contained in:
parent
5a48f0d8ca
commit
6db9d81f45
1 changed files with 0 additions and 1 deletions
|
|
@ -119,7 +119,6 @@ void BatchRenderer2D::render()
|
||||||
{
|
{
|
||||||
Matrix4f viewMatrix = m_camera ? m_camera->getViewMatrix() : Matrix4f::Identity;
|
Matrix4f viewMatrix = m_camera ? m_camera->getViewMatrix() : Matrix4f::Identity;
|
||||||
Matrix4f projMatrix = m_camera ? m_camera->getProjectionMatrix() : Matrix4f::Identity;
|
Matrix4f projMatrix = m_camera ? m_camera->getProjectionMatrix() : Matrix4f::Identity;
|
||||||
Matrix4f guiMatrix = math::orthoProjection(0.0f, 800.0f, 600.0f, 0.0f);
|
|
||||||
Matrix4f MVP = projMatrix * viewMatrix;
|
Matrix4f MVP = projMatrix * viewMatrix;
|
||||||
|
|
||||||
// Nothing to render.
|
// Nothing to render.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue