X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Flayout.h;h=d1ec7c49f457b472b52adc1359f776ac8a156423;hb=598631d530a20ba8f4710f45747a9742e149f604;hp=c64386fcc1ca91e57f6a6f7d0478c3bdb37c70dc;hpb=d91ab10fd78ef29272282b020fa4e08063cb4808;p=r2c2.git diff --git a/source/3d/layout.h b/source/3d/layout.h index c64386f..d1ec7c4 100644 --- a/source/3d/layout.h +++ b/source/3d/layout.h @@ -32,7 +32,7 @@ private: VehicleMap vehicles; Msp::GL::InstanceScene scene; Msp::GL::SimpleScene ep_scene; - Msp::GL::SimpleScene path_scene; + Msp::GL::InstanceScene path_scene; public: Layout3D(Layout &);