mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Coding - OpenVR module compilation fail #107
Compilation failed with Clang on OpenVR module
This commit is contained in:
parent
a97a8e66e3
commit
191fc37915
@ -168,7 +168,7 @@ struct Aspect_OpenVRSession::VRContext
|
|||||||
vr::IVRSystem* System; //!< OpenVR session object
|
vr::IVRSystem* System; //!< OpenVR session object
|
||||||
|
|
||||||
//! Empty constructor.
|
//! Empty constructor.
|
||||||
Aspect_OpenVRSession::VRContext() : System (NULL)
|
VRContext() : System (NULL)
|
||||||
{
|
{
|
||||||
memset (TrackedPoses, 0, sizeof(TrackedPoses));
|
memset (TrackedPoses, 0, sizeof(TrackedPoses));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user