mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Cleanup.
This commit is contained in:
parent
7bfe51d0d8
commit
5ac092d036
2 changed files with 3 additions and 5 deletions
|
@ -1190,8 +1190,6 @@ namespace bgfx
|
|||
m_render = m_submit;
|
||||
m_submit = temp;
|
||||
|
||||
memcpy(&m_submit->m_hmd, &m_render->m_hmd, sizeof(HMD) );
|
||||
|
||||
m_frames++;
|
||||
m_submit->start();
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
|
||||
* License: http://www.opensource.org/licenses/BSD-2-Clause
|
||||
*/
|
||||
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
|
||||
* License: http://www.opensource.org/licenses/BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include "ovr.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue