Skip to content

Commit 7f5f92e

Browse files
committed
Revert "chore: give armarker priority build"
This reverts commit d5e518e. armarker sys needs ARENA.events to be loaded for init
1 parent 74b37ff commit 7f5f92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
import 'aframe-extras'; // gltf animations, components for controls, model loaders, pathfinding
1515
import './vendor/nav-system'; // Override nav system
1616

17-
import './armarker';
1817
import './core'; // ARENA core systems
1918
import './ui'; // 2D UI systems
2019
import './postprocessing'; // post-processing
2120
import './hybrid-rendering'; // hybrid rendering
2221
import './webar';
2322
import './webxr'; // special handler for webxr devices
23+
import './armarker';
2424
import './build3d';
2525
import './scene';

0 commit comments

Comments
 (0)