summaryrefslogtreecommitdiffstats
path: root/matchblox/engine/C_Box.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/engine/C_Box.h')
-rw-r--r--matchblox/engine/C_Box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchblox/engine/C_Box.h b/matchblox/engine/C_Box.h
index ed8c133..a517135 100644
--- a/matchblox/engine/C_Box.h
+++ b/matchblox/engine/C_Box.h
@@ -17,7 +17,7 @@ public:
~C_Box();
void RandomizeTiles();
- void Render();
+ void Render(GLint f_iTexLocation);
private:
C_3DObject **m_pTiles; //the tile objects for the top face of the box (holes)