Hmm...  

DLists use to work...
Try the untested patch below

Also looking at leaf.cxx 
there appears that a duplicate statement has snuck in

norman


$ cvs diff obj.cxx
Index: obj.cxx
===================================================================
RCS file: /var/cvs/SimGear-0.3/SimGear/simgear/scene/tgdb/obj.cxx,v
retrieving revision 1.7
diff -r1.7 obj.cxx
446a447
>               leaf->makeDList();
472a474
>               leaf->makeDList();

$ cvs diff leaf.cxx
Index: leaf.cxx
===================================================================
RCS file: /var/cvs/SimGear-0.3/SimGear/simgear/scene/tgdb/leaf.cxx,v
retrieving revision 1.2
diff -r1.2 leaf.cxx
227c227
<         sgSetVec2( tmp2, texcoord[0], texcoord[1] );
---
> //        sgSetVec2( tmp2, texcoord[0], texcoord[1] );




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

Reply via email to