Parcourir la source

Bullshit world is used by both common + column worlds

Change-Id: Iab6f021a2a07f74da85887b8fe614e48e1110b35
Donald Carr il y a 9 ans
Parent
commit
837f3ee31e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      qml/Gravity.qml

+ 1 - 1
qml/Gravity.qml

@@ -33,7 +33,7 @@ Item {
     World {
         id: bullshitWorld
         timeStep: d.pace
-        running: d.globalWorld && d.running
+        running: d.running
     }
 
     World {