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

fix: Circle fact is displayed correctly

parent 1488c783
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ public Fact SpawnCircle(Fact fact, Transform parent = null)
circle.transform.up = normal;
//Set radius
circle.transform.localScale = new Vector3(radius * 2, circle.transform.localScale.y, radius * 2);
circle.transform.localScale = new Vector3(radius, circle.transform.localScale.y, radius);
FactObj.URI = circleFact.Id;
circleFact.Representation = circle;
......
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