MCPcopy Create free account
hub / github.com/LibreVR/Revive / ~ovrHmdStruct

Method ~ovrHmdStruct

Revive/Session.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86ovrHmdStruct::~ovrHmdStruct()
87{
88 // Restore chaperone buffer to reset tracking origin
89 vr::VRChaperoneSetup()->ImportFromBufferToWorking(ChaperoneBuffer.data(), 0);
90 vr::VRChaperoneSetup()->CommitWorkingCopy(vr::EChaperoneConfigFile_Live);
91}
92
93bool ovrHmdStruct::UseHack(Hack hack) const
94{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected