On 3/31/03 at 4:52 PM David Luff wrote:
>I'm doing something daft - forget this post - the above both drop the
frame
>rate.  The reason the return(false) fix fixes it is because then the
>function doesn't get called any more!

And here's the root cause - I was reading in the almost-one-megabyte
runways.mk4 file every frame:

        SGPath path( globals->get_fg_root() );
        path.append( "Airports" );
        path.append( "runways.mk4" );
        FGRunways runways( path.c_str() );

Doh!!

Cheers - Dave


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to