Skip to content

Commit 43c7ef3

Browse files
committed
fix
1 parent 9f405e1 commit 43c7ef3

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/org/valkyrienskies/clockwork/content/physicalities/extendon

1 file changed

+1
-1
lines changed

common/src/main/kotlin/org/valkyrienskies/clockwork/content/physicalities/extendon/ExtendonRenderer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class ExtendonRenderer(context: BlockEntityRendererProvider.Context?) : SmartBlo
9898

9999
//==========
100100

101-
var radius = (9f / 2f) / 16f
101+
var radius = 13f / 16f / 2f
102102

103103
var minU = 0f
104104
var maxU = 1f

0 commit comments

Comments
 (0)