The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/ns: Remove redundant semicolons.

As found by C++ pedantic warnings.

+2 -2
+2 -2
src/xrt/drivers/north_star/distortion/deformation_northstar.cpp
··· 17 17 worldToScreenSpace = _in.worldToScreenSpace; 18 18 clipToWorld = _in.clipToWorld; 19 19 cameraProjection = _in.cameraProjection; 20 - }; 20 + } 21 21 22 22 void 23 23 OpticalSystem::LoadOpticalData(struct ns_eye *eye) ··· 80 80 worldToSphereSpace = sphereToWorldSpace.Inverse(); 81 81 82 82 UpdateClipToWorld(Matrix4x4::Identity()); 83 - }; 83 + } 84 84 85 85 void 86 86 OpticalSystem::RegenerateMesh()