We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624e9ca commit f1776a5Copy full SHA for f1776a5
common/src/main/kotlin/com/lambda/interaction/construction/processing/PreProcessingInfo.kt
@@ -73,7 +73,7 @@ interface PreProcessingInfo {
73
val DEFAULT = object : PreProcessingInfo {
74
override val surfaceScan = SurfaceScan.DEFAULT
75
override val ignore = setOf<Property<*>>()
76
- override val sides = setOf<Direction>()
+ override val sides = Direction.entries.toSet()
77
override val shouldBeOmitted = false
78
}
79
0 commit comments