mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 22:33:08 +01:00
Cleanup.
This commit is contained in:
@@ -160,11 +160,11 @@ namespace bgfx
|
||||
{
|
||||
}
|
||||
|
||||
bool swap(HMD& _hmd, bool /*originBottomLeft*/)
|
||||
Enum swap(HMD& _hmd, bool /*originBottomLeft*/)
|
||||
{
|
||||
_hmd.flags = BGFX_HMD_NONE;
|
||||
getEyePose(_hmd);
|
||||
return false;
|
||||
return NotEnabled;
|
||||
}
|
||||
|
||||
void recenter()
|
||||
|
||||
Reference in New Issue
Block a user