Decrease updates per second
[neverball] / ball / game_common.h
index 1f343cf..458baf5 100644 (file)
@@ -93,7 +93,7 @@ void game_view_fly(struct game_view *, const struct s_vary *, float);
 
 /*---------------------------------------------------------------------------*/
 
-#define UPS 90
+#define UPS 30
 #define DT  (1.0f / (float) UPS)
 
 /*