]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/overlay.cpp
Rename Point to Vector
[r2c2.git] / source / 3d / overlay.cpp
index 87c49babc773a6854dfe53992d80c5bb9d71eef8..ed413cd4f943cb59e7dbaed00481889d8363b230 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of R²C²
-Copyright © 2010 Mikkosoft Productions, Mikko Rasa
+Copyright © 2010-2011  Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
 
@@ -104,7 +104,7 @@ void Overlay3D::render(const GL::Tag &tag) const
 
                        const Icon &icon = *i->second;
 
-                       Point node = i->first->get_node();
+                       Vector node = i->first->get_node();
                        GL::Vector3 p = camera.project(GL::Vector3(node.x, node.y, node.z));
 
                        GL::PushMatrix push_mat;