Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinandl007 committed Mar 3, 2020
1 parent ba27998 commit 5b6bab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARNavigationKit/VoxelMap.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public class ARNavigationKit {
vectors.forEach { addVoxel($0) }
}

/// method to be called every time a new horizontal plane is detected.
/// Method to be called every time a new horizontal plane is detected.
/// - Parameter plane: ARPlaneAnchor of the horizontal plane
public func updateGroundPlane(_ plane: ARPlaneAnchor) {
queue.async {
Expand Down

0 comments on commit 5b6bab0

Please sign in to comment.