]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/Ground.cpp
YASim airborne start-up
[flightgear.git] / src / FDM / YASim / Ground.cpp
index 30d8583a459b5266495f2f9071513d5f33338357..955319e6848988ede9af105728b21f723b66df6f 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "Glue.hpp"
 
-#include <simgear/scene/material/mat.hxx>
+#include <simgear/bvh/BVHMaterial.hxx>
 #include "Ground.hpp"
 namespace yasim {
 
@@ -35,7 +35,7 @@ void Ground::getGroundPlane(const double pos[3],
 
 void Ground::getGroundPlane(const double pos[3],
                             double plane[4], float vel[3],
-                            const SGMaterial **material)
+                            const simgear::BVHMaterial **material)
 {
     getGroundPlane(pos,plane,vel);
 }