Format code

This commit is contained in:
Wojtek Figat
2023-05-12 14:19:40 +02:00
parent d7327d62e2
commit b5117af4b8
5 changed files with 10 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ struct AxisEvaluation
bool Used;
};
struct ActionData
struct ActionData
{
bool Active;
uint64 FrameIndex;
@@ -602,7 +602,7 @@ bool Input::GetAction(const StringView& name)
InputActionState Input::GetActionState(const StringView& name)
{
const auto e = Actions.TryGet(name);
if (e != nullptr)
if (e != nullptr)
{
return e->State;
}