]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/endpoint.h
Don't crash if a train has no router
[r2c2.git] / source / 3d / endpoint.h
index e4071278d1f9efa817801a9b8003695772234008..dd11d1c0f8dc6c35bfd9e612ab2d2138de4d8288 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010 Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef R2C2_3D_ENDPOINT_H_
 #define R2C2_3D_ENDPOINT_H_
 
@@ -27,7 +20,7 @@ public:
        Endpoint3D(const Track3D &, unsigned);
        ~Endpoint3D();
 
-       virtual void render(const Msp::GL::Tag &) const;
+       virtual void render(Msp::GL::Renderer &, const Msp::GL::Tag &) const;
 };
 
 } // namespace R2C2