summaryrefslogtreecommitdiff
path: root/common/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/project.h')
-rw-r--r--common/project.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/project.h b/common/project.h
index f4bb61c..d48ecbd 100644
--- a/common/project.h
+++ b/common/project.h
@@ -173,7 +173,7 @@ protected:
void CalculateStep();
// Movement.
- bool MoveSelectedObjects(Vector3& Move, Vector3& Remainder);
+ bool MoveSelectedObjects(Vector3& Move, Vector3& Remainder, bool Snap);
bool RotateSelectedObjects(Vector3& Delta, Vector3& Remainder);
void SnapVector(Vector3& Delta) const
{