Skip to content

Commit

Permalink
♻️ fixed precision in Vector3
Browse files Browse the repository at this point in the history
  • Loading branch information
edmand46 committed Feb 4, 2024
1 parent 4ea5728 commit 36f6651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/Sources/Properties/RagonVector3.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public RagonVector3(
RagonAxis axis = RagonAxis.XYZ,
float min = -1024.0f,
float max = 1024.0f,
float precision = 0.1f,
float precision = 0.01f,
bool invokeLocal = true,
int priority = 0
) : base(priority, invokeLocal)
Expand Down

0 comments on commit 36f6651

Please sign in to comment.