X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Flayout.h;h=c64386fcc1ca91e57f6a6f7d0478c3bdb37c70dc;hb=d91ab10fd78ef29272282b020fa4e08063cb4808;hp=5964a04ed4ce0b1d8a6b43dc47170215ca146f8f;hpb=8dce175e31941c2f6e92ce52204e9b61a071d4f9;p=r2c2.git diff --git a/source/3d/layout.h b/source/3d/layout.h index 5964a04..c64386f 100644 --- a/source/3d/layout.h +++ b/source/3d/layout.h @@ -9,6 +9,7 @@ Distributed under the GPL #define R2C2_3D_LAYOUT_H_ #include +#include #include #include "libr2c2/layout.h" #include "catalogue.h" @@ -29,7 +30,7 @@ private: Catalogue3D catalogue; TrackMap tracks; VehicleMap vehicles; - Msp::GL::SimpleScene scene; + Msp::GL::InstanceScene scene; Msp::GL::SimpleScene ep_scene; Msp::GL::SimpleScene path_scene;