Graphics/RenderTechnique: Remove Clear method

Let's face it, this method was useless from the beginning.


Former-commit-id: c38f57785c900acf66560ad07aa29498312c6063
This commit is contained in:
Lynix
2015-06-05 13:38:22 +02:00
parent fc65b30f84
commit b9ced78772
7 changed files with 4 additions and 17 deletions

View File

@@ -35,7 +35,6 @@ namespace Ndk
graphicsComponent.AddToRenderQueue(renderQueue, drawableNode.GetTransformMatrix());
}
m_renderTechnique.Clear(&dummyScene);
m_renderTechnique.Draw(&dummyScene);
}
}