aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/particles/spaceexplorer/spaceexplorer.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/particles/spaceexplorer/spaceexplorer.qml')
-rw-r--r--examples/declarative/particles/spaceexplorer/spaceexplorer.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/declarative/particles/spaceexplorer/spaceexplorer.qml b/examples/declarative/particles/spaceexplorer/spaceexplorer.qml
index 1bb3cdae02..727d711053 100644
--- a/examples/declarative/particles/spaceexplorer/spaceexplorer.qml
+++ b/examples/declarative/particles/spaceexplorer/spaceexplorer.qml
@@ -276,7 +276,7 @@ Rectangle{
}
PointAttractor{
id: gs1; x: vorteX; y: vorteY; strength: 800000;
- proportionalToDistance: PointAttractor.Quadratic;
+ proportionalToDistance: PointAttractor.InverseQuadratic;
system: foreground
}
Kill{
@@ -289,7 +289,7 @@ Rectangle{
PointAttractor{
id: gs2; x: vorteX2; y: vorteY2; strength: 800000;
- proportionalToDistance: PointAttractor.Quadratic;
+ proportionalToDistance: PointAttractor.InverseQuadratic;
system: foreground
}
Kill{
@@ -302,7 +302,7 @@ Rectangle{
PointAttractor{
id: gs3; x: vorteX3; y: vorteY3; strength: 800000;
- proportionalToDistance: PointAttractor.Quadratic;
+ proportionalToDistance: PointAttractor.InverseQuadratic;
system: foreground
}
Kill{