refactor: clean up earth brand component wiring
This commit is contained in:
@@ -855,10 +855,7 @@ export function init() {
|
||||
simplex = createNoise3D();
|
||||
updateHudScale();
|
||||
const brandRoot = document.getElementById("brand-root");
|
||||
mountBrand(
|
||||
brandRoot,
|
||||
HUD_CONFIG.brandLanguage || "zh",
|
||||
);
|
||||
mountBrand(brandRoot, HUD_CONFIG.brandLanguage);
|
||||
|
||||
scene = new THREE.Scene();
|
||||
camera = new THREE.PerspectiveCamera(
|
||||
|
||||
Reference in New Issue
Block a user