Skip to content

Commit

Permalink
Modify visibility of function
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Nov 14, 2023
1 parent df34348 commit 7536892
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data class CompoundRegion(
globalOffset: Vec3d? = null
) : this(regions.toSet(), globalOffset)

fun getAbsoluteOffset(offset: Vec3d): Vec3d {
private fun getAbsoluteOffset(offset: Vec3d): Vec3d {
return if (globalOffset != null) {
offset.add(globalOffset)
} else {
Expand Down

0 comments on commit 7536892

Please sign in to comment.