changeset 4:8d7c50415269

changed Hz
author Zzzzrrr <mason.green@gmail.com>
date Fri, 20 Mar 2009 17:00:30 -0400
parents bb77461e0f9f
children 6f455ef24063
files melee.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/melee.d	Fri Mar 20 16:56:04 2009 -0400
+++ b/melee.d	Fri Mar 20 17:00:30 2009 -0400
@@ -88,7 +88,7 @@
 
 // Melee settings. Some can be controlled in the GUI.
 struct Settings {
-    float hz = 120;
+    float hz = 60;
     int velocityIterations = 8;
     int positionIterations = 2;
     bool drawShapes = true;