1
0
Fork 0

minor documentation fix

This commit is contained in:
mfranz 2007-02-07 17:06:52 +00:00
parent 3bec4f4cfc
commit caf96d76c8

View file

@ -341,9 +341,9 @@ lowpass = {
# aircraft.data.add(p, vec, hash, "/sim/fg-root");
#
# # now save only once (and at exit/reinit, which is automatically done)
# aircraft.data.save(); # or aircraft.data.save(0)
# aircraft.data.save();
#
# # or save now and all 30 sec (and at exit/reinit)
# # or save now and every 30 sec (and at exit/reinit)
# aircraft.data.save(0.5);
#
Data = {