summaryrefslogtreecommitdiff
path: root/common/tr.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/tr.h')
-rw-r--r--common/tr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/tr.h b/common/tr.h
index 024adaf..f1394c6 100644
--- a/common/tr.h
+++ b/common/tr.h
@@ -69,7 +69,7 @@ public:
int m_CurrentTileWidth, m_CurrentTileHeight;
int m_CurrentRow, m_CurrentColumn;
- int m_ViewportSave[4];
+ GLint m_ViewportSave[4];
};
#endif // _TR_H_