summaryrefslogtreecommitdiff
path: root/src/engine/editor/Handles.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/editor/Handles.cpp')
-rw-r--r--src/engine/editor/Handles.cpp25
1 files changed, 11 insertions, 14 deletions
diff --git a/src/engine/editor/Handles.cpp b/src/engine/editor/Handles.cpp
index 9074a2b45..73a0211c5 100644
--- a/src/engine/editor/Handles.cpp
+++ b/src/engine/editor/Handles.cpp
@@ -4,20 +4,17 @@
#include "Handles.h"
namespace Editor {
- Handles::Handles() {
- Pos = &pos;
- Rot = &rot;
- }
+Handles::Handles() {
+ Pos = &pos;
+ Rot = &rot;
+}
- void Handles::Load() {
+void Handles::Load() {
+}
- }
+void Handles::Tick() {
+}
- void Handles::Tick() {
-
- }
-
- void Handles::Draw() {
-
- }
-} \ No newline at end of file
+void Handles::Draw() {
+}
+} // namespace Editor