fixed nudge-selection and build-monitoring-defaults
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@66 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
@@ -3285,7 +3285,7 @@ public:
|
||||
/// \todo Support view-dependent nudge.
|
||||
void NudgeManipulator(const Vector3& nudge, const Vector3& view)
|
||||
{
|
||||
if(ManipulatorMode() == eTranslate)
|
||||
if(ManipulatorMode() == eTranslate || ManipulatorMode() == eDrag)
|
||||
{
|
||||
translateSelected(nudge);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user