summaryrefslogtreecommitdiffstats
path: root/matchblox/engine/C_3DObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/engine/C_3DObject.h')
-rw-r--r--matchblox/engine/C_3DObject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/matchblox/engine/C_3DObject.h b/matchblox/engine/C_3DObject.h
index 2ad5a88..c025d11 100644
--- a/matchblox/engine/C_3DObject.h
+++ b/matchblox/engine/C_3DObject.h
@@ -42,8 +42,8 @@ public:
void TransRotateScale(); //applies the scaling, translation and rotation
//for this object
- virtual void Render(); //renders the object using the current projection
- //and modelview matrices
+ virtual void Render(GLint f_iTexLocation); //renders the object using the current projection
+ //and modelview matrices
protected:
Vect3D_t m_Pos,