Fix copy-pasted code

i hate myself
This commit is contained in:
dengr1065 2020-07-02 00:41:01 +03:00 committed by GitHub
parent 6769e9c9b8
commit 4bbbdafbb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import { DynamicDomAttach } from "../dynamic_dom_attach";
import { KEYMAPPINGS } from "../../key_action_mapper";
import { Vector } from "../../../core/vector";
export const enumDebugOverlayMode = { disabled: 'disabled', regular: 'regular', detailed: 'detailed'};
export const enumDebugOverlayMode = { disabled: "disabled", regular: "regular", detailed: "detailed" };
export class HUDDebugInfo extends BaseHUDPart {
createElements(parent) {