Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix error with transform hotkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
dinomut1 committed Jun 4, 2024
1 parent 1594a3c commit 9073d39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/editor/src/systems/EditorControlSystem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ const execute = () => {

if (buttons.KeyB?.down) onKeyB()

if (buttons.KeyQ?.down) onKeyQ()
if (buttons.KeyE?.down) onKeyE()
if (buttons.KeyR?.down) onKeyR()
if (buttons.KeyW?.down) onKeyW()
Expand Down

0 comments on commit 9073d39

Please sign in to comment.