Replace olr-param.c

This commit is contained in:
Singular Devices 2021-07-13 07:24:40 +00:00
parent 9907250a70
commit d60a1c5025

View file

@ -23,4 +23,5 @@ void param_setdefault( struct cfgparam* cfg ) {
cfg->track.kf = 0.015; // friction constant
cfg->track.kg = 0.006; // gravity constant - Used in Slope
}