Fix forgotten rename from 'Size' to 'Radius'

This commit is contained in:
Emma Broman
2021-02-23 10:50:35 +01:00
parent bc719f195c
commit ac095acae4
+1 -1
View File
@@ -17,7 +17,7 @@ local radialGrid = {
Color = { 0.6, 1.0, 0.7 },
LineWidth = 3.0,
GridSegments = { 3, 4 },
OuterSize = 1.0,
OuterRadius = 1.0,
InnerRadius = 0.2,
Enabled = false
},