X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FMagicCarpet.hxx;h=aa35b020da1a35408d5fcd04438fe642db020b04;hb=e6c6c666c2d71fed0d1cd7176a793f8055bad14c;hp=32fa71f241d94ba76b8084ca4ad360485cd224c4;hpb=4f67824f09d397cca72177b8c01f3cb40ecff5c2;p=flightgear.git diff --git a/src/FDM/MagicCarpet.hxx b/src/FDM/MagicCarpet.hxx index 32fa71f24..aa35b020d 100644 --- a/src/FDM/MagicCarpet.hxx +++ b/src/FDM/MagicCarpet.hxx @@ -38,7 +38,7 @@ public: void init(); // update position based on inputs, positions, velocities, etc. - void update( int multiloop ); + void update( double dt ); };