This commit is contained in:
Branimir Karadžić 2016-04-05 21:38:59 -07:00
parent 7e016b377f
commit d086b31daa
1 changed files with 2 additions and 2 deletions

View File

@ -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()