]> git.mxchange.org Git - flightgear.git/commit
Handle "double" type fields correctly for ascii input data. Previously double
authorcurt <curt>
Thu, 10 Sep 2009 18:12:33 +0000 (18:12 +0000)
committerTim Moore <timoore@redhat.com>
Sat, 12 Sep 2009 13:47:52 +0000 (15:47 +0200)
commitbf423ef0cae72c5690bac6ae2224e5fb741daff3
tree5d234f43b3020ff597199486d96d763d25ecd94d
parentd09c0ec8b903ac8373f20bebc04bcfe0db18260a
Handle "double" type fields correctly for ascii input data. Previously double
data was being down-cast to float and the loss of precision impacted data types like lon/lat positions dramatically, preventing smooth replay of data.
src/Network/generic.cxx