aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/particles/asteroid/blackhole.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/particles/asteroid/blackhole.qml')
-rw-r--r--examples/declarative/particles/asteroid/blackhole.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/particles/asteroid/blackhole.qml b/examples/declarative/particles/asteroid/blackhole.qml
index 441f4c38d6..57474f955e 100644
--- a/examples/declarative/particles/asteroid/blackhole.qml
+++ b/examples/declarative/particles/asteroid/blackhole.qml
@@ -146,7 +146,7 @@ Rectangle{
colorVariation: 0.2
}
PointAttractor{
- id: gs; x: root.width/2; y: root.height/2; strength: 4000000;
+ id: gs; pointX: root.width/2; pointY: root.height/2; strength: 4000000;
system: particles
physics: PointAttractor.Acceleration
proportionalToDistance: PointAttractor.InverseQuadratic