Skip to content
Snippets Groups Projects
Commit 1e82e9f2 authored by Tobias Schöner's avatar Tobias Schöner
Browse files

refactor: remove unneccessary variable

parent 27de478c
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@ public class CircleGenerator : ShapeGenerator
{
#region InspectorVariables
[Header("Circle values")]
[Range(0,100)] public Vector3 midPoint = Vector3.zero;
[Range(0,100)] public float radius = 1f;
[Header("Technical")]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment