Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -838,7 +838,7 @@
|
|
838 |
const altitudeMeters = Math.round(fighter.altitude);
|
839 |
const throttlePercent = Math.round(fighter.throttle * 100);
|
840 |
const gForce = fighter.gForce.toFixed(1);
|
841 |
-
const headingDegrees = Math.round(
|
842 |
|
843 |
// 중앙 HUD 정보 업데이트
|
844 |
const hudSpeedCentral = document.getElementById('hudSpeedCentral');
|
|
|
838 |
const altitudeMeters = Math.round(fighter.altitude);
|
839 |
const throttlePercent = Math.round(fighter.throttle * 100);
|
840 |
const gForce = fighter.gForce.toFixed(1);
|
841 |
+
const headingDegrees = Math.round(fighter.getHeadingDegrees());
|
842 |
|
843 |
// 중앙 HUD 정보 업데이트
|
844 |
const hudSpeedCentral = document.getElementById('hudSpeedCentral');
|