mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-18 03:27:32 +08:00
Zoom in fixed
This commit is contained in:
@@ -21,11 +21,11 @@ export default class KeyboardEnableZoom extends IKeyboardShortcut {
|
||||
}
|
||||
|
||||
fire() {
|
||||
this.zoomInputObject = this.blueprint.getInputObject(Zoom)
|
||||
zoomInputObject.enableZoonIn = true
|
||||
this.#zoomInputObject = this.blueprint.getInputObject(Zoom)
|
||||
this.#zoomInputObject.enableZoonIn = true
|
||||
}
|
||||
|
||||
unfire() {
|
||||
this.#zoomInputObject.enableZoom = false
|
||||
this.#zoomInputObject.enableZoonIn = false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user