diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-22 21:07:20 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-22 21:07:20 +0000 |
| commit | 8a589edb90f21cfcc1f08a4b2c158cccc53035c3 (patch) | |
| tree | 079cee06c82ab6d9e940cf9068f275cbef63724a /sources/prefs/VSDefaultPrefs.java | |
| parent | ac07ae639b1baf4b1b080fa199eba51c0f6d9732 (diff) | |
Clock Speed implemented. For slow motion.
Diffstat (limited to 'sources/prefs/VSDefaultPrefs.java')
| -rw-r--r-- | sources/prefs/VSDefaultPrefs.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/prefs/VSDefaultPrefs.java b/sources/prefs/VSDefaultPrefs.java index 8cc1e30..a7f659f 100644 --- a/sources/prefs/VSDefaultPrefs.java +++ b/sources/prefs/VSDefaultPrefs.java @@ -181,6 +181,7 @@ public class VSDefaultPrefs extends VSPrefs { public void fillDefaultFloats() { /* Simulation prefs */ initFloat("process.clock.variance", 0, "Uhrabweichung"); + initFloat("sim.clock.speed", 0.5f, "Simulationsgeschwindigkeit"); } public void fillDefaultLongs() { |
