mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-18 03:27:32 +08:00
Avoid using arrays when unnecessary
This commit is contained in:
@@ -25,6 +25,6 @@ export default class IPointing extends IInput {
|
||||
)
|
||||
return this.options.ignoreTranslateCompensate
|
||||
? location
|
||||
: this.blueprint.compensateTranslation(location)
|
||||
: this.blueprint.compensateTranslation(location[0], location[1])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user