From 306c48b72ce73c9dd2d4ae7e066ab14da70ab11e Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 11 Dec 2010 01:24:35 +0000 Subject: [PATCH] Use the new scene classes --- source/3d/layout.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/3d/layout.h b/source/3d/layout.h index e7f3c33..5964a04 100644 --- a/source/3d/layout.h +++ b/source/3d/layout.h @@ -9,7 +9,7 @@ Distributed under the GPL #define R2C2_3D_LAYOUT_H_ #include -#include +#include #include "libr2c2/layout.h" #include "catalogue.h" @@ -29,9 +29,9 @@ private: Catalogue3D catalogue; TrackMap tracks; VehicleMap vehicles; - Msp::GL::Scene scene; - Msp::GL::Scene ep_scene; - Msp::GL::Scene path_scene; + Msp::GL::SimpleScene scene; + Msp::GL::SimpleScene ep_scene; + Msp::GL::SimpleScene path_scene; public: Layout3D(Layout &); -- 2.43.0