1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-02 12:33:52 +00:00

rm unused variable;

This commit is contained in:
bjorn 2017-11-20 18:12:32 -08:00
parent 1a73fcb3cc
commit 9d83684c9c

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