]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/bvh/BVHSubTreeCollector.hxx
Make the debug geometry stuff work with a time argument.
[simgear.git] / simgear / scene / bvh / BVHSubTreeCollector.hxx
index b29d62740fed73ba928dcf9326146609cadd076b..aa3e1124ecb43f82d4e4212fdb52240bea2eb4eb 100644 (file)
@@ -49,7 +49,6 @@ public:
     virtual void apply(BVHStaticGeometry&);
     
     virtual void apply(const BVHStaticBinary&, const BVHStaticData&);
-    virtual void apply(const BVHStaticLeaf&, const BVHStaticData&);
     virtual void apply(const BVHStaticTriangle&, const BVHStaticData&);
     
     void setSphere(const SGSphered& sphere)