rm unused variable;

This commit is contained in:
bjorn 2017-11-20 18:12:32 -08:00
parent 1a73fcb3cc
commit 9d83684c9c
1 changed files with 0 additions and 1 deletions

View File

@ -424,7 +424,6 @@ static void fakeRenderTo(headsetRenderCallback callback, void* userdata) {
glfwGetWindowSize(window, &w, &h);
float transform[16];
mat4_perspective(state.projection, state.clipNear, state.clipFar, 67 * M_PI / 180.0, (float)w/h);
// render