Fix this file encoding bullshit hopefully once and for all and get a commit where the state machine asset can be opened without crashing the editor

This commit is contained in:
Kevin Poretti 2022-04-02 23:13:12 -04:00
parent 965322a4ae
commit 1627d08314
9 changed files with 139 additions and 139 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,4 @@
#include "States/SNGStateMachineEditor.h"
#include "States/SNGStateMachineEditor.h"
#define LOCTEXT_NAMESPACE "SNGStateMachineEditor"

View File

@ -1,4 +1,4 @@
// Project Sword & Gun Copyright © 2021 Kevin Poretti
// Project Sword & Gun Copyright © 2021 Kevin Poretti
#pragma once