Whitespace fixes.
This commit is contained in:
@@ -304,7 +304,7 @@ void lcPropertiesWidget::FloatChanged()
|
||||
|
||||
Model->RotateSelectedObjects(Rotation - InitialRotation, true, false, true, true);
|
||||
}
|
||||
else if ( Piece || Light )
|
||||
else if (Piece || Light)
|
||||
{
|
||||
Model->SetObjectsProperty(mFocusObject ? std::vector<lcObject*>{ mFocusObject } : mSelection, PropertyId, Value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user