yes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import Signal from "@rbxts/signal";
|
||||
import { createAnchor } from "Utils/Gui";
|
||||
import { roundVector } from "Utils/Math";
|
||||
|
||||
export class Handles {
|
||||
currentVector: Vector3 = new Vector3();
|
||||
@@ -40,7 +41,7 @@ export class Handles {
|
||||
break;
|
||||
}
|
||||
|
||||
this.anchor.Position = this.currentVector.add(offset);
|
||||
this.anchor.Position = roundVector(this.currentVector.add(offset));
|
||||
});
|
||||
|
||||
handles.MouseButton1Up.Connect(() => {
|
||||
|
||||
Reference in New Issue
Block a user