Skip to content
Snippets Groups Projects
Commit 339fa099 authored by Robert Long's avatar Robert Long
Browse files

Fix default export of joystick_dpad4

parent f7e0ae17
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ import "aframe-rounded"; ...@@ -15,7 +15,7 @@ import "aframe-rounded";
import "webrtc-adapter"; import "webrtc-adapter";
import trackpad_dpad4 from "./behaviours/trackpad-dpad4"; import trackpad_dpad4 from "./behaviours/trackpad-dpad4";
import { joystick_dpad4 } from "./behaviours/joystick-dpad4"; import joystick_dpad4 from "./behaviours/joystick-dpad4";
import { PressedMove } from "./activators/pressedmove"; import { PressedMove } from "./activators/pressedmove";
import { ReverseY } from "./activators/reversey"; import { ReverseY } from "./activators/reversey";
import "./activators/shortpress"; import "./activators/shortpress";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment