Skip to content

Commit 023f09f

Browse files
fix header warning (#80)
1 parent 57ff76f commit 023f09f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/XrUtility/XrSceneUnderstanding.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ namespace xr {
4545
computeInfo.bounds.frustums = bounds.frustumBounds.data();
4646
computeInfo.bounds.sphereCount = static_cast<uint32_t>(bounds.sphereBounds.size());
4747
computeInfo.bounds.spheres = bounds.sphereBounds.data();
48-
computeInfo.disableInferredSceneObjects = false;
48+
computeInfo.disableInferredSceneObjects = disableInferredSceneObjects;
4949
CHECK_XRCMD(extensions.xrComputeNewSceneMSFT(sceneObserver, &computeInfo));
5050
}
5151

0 commit comments

Comments
 (0)