Explorar el Código

Bullshit world is used by both common + column worlds

Change-Id: Iab6f021a2a07f74da85887b8fe614e48e1110b35
Donald Carr hace 9 años
padre
commit
837f3ee31e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {