summaryrefslogtreecommitdiff
path: root/src/engine/editor/Handles.h
diff options
context:
space:
mode:
authorKiritoDv <36680385+KiritoDv@users.noreply.github.com>2025-05-16 02:44:40 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-05-16 02:44:40 +0000
commitb53a5dbcfa24ef2aa4860b6d9512709976686de8 (patch)
tree441f2bb9c0bc8f955eb9289d19b13beab5c239c5 /src/engine/editor/Handles.h
parentbdf5ca8d603ae56ac275bebf9fde58ae72484d76 (diff)
clang formatclang-format
Diffstat (limited to 'src/engine/editor/Handles.h')
-rw-r--r--src/engine/editor/Handles.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/engine/editor/Handles.h b/src/engine/editor/Handles.h
index 1faa4b59e..68825f086 100644
--- a/src/engine/editor/Handles.h
+++ b/src/engine/editor/Handles.h
@@ -5,15 +5,15 @@
#include "GameObject.h"
namespace Editor {
- class Handles : public GameObject {
+class Handles : public GameObject {
- Handles();
+ Handles();
- virtual void Tick() override;
- virtual void Draw() override;
- virtual void Load() override;
+ virtual void Tick() override;
+ virtual void Draw() override;
+ virtual void Load() override;
- FVector pos;
- IRotator rot;
- };
-}
+ FVector pos;
+ IRotator rot;
+};
+} // namespace Editor