Skip to content

Commit

Permalink
tests have been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cawke committed Oct 26, 2023
1 parent 35d905a commit 9503d66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/MirageXR/Player/Scripts/RootObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ private async Task Initialization() // TODO: create base Manager class
_floorManager ??= new GameObject("FloorManagerWrapper").AddComponent<FloorManagerWrapper>();
_pointCloudManager ??= new GameObject("PointCloudManager").AddComponent<PointCloudManager>();
_gridManager ??= new GameObject("GridManager").AddComponent<GridManager>();
_planeManager ??= new GameObject("PlaneManager").AddComponent<PlaneManagerWrapper>();

_activityManager = new ActivityManager();
_augmentationManager = new AugmentationManager();
Expand Down

0 comments on commit 9503d66

Please sign in to comment.