int to GLint

This was SVN commit r4235.
This commit is contained in:
dave 2006-08-22 03:00:31 +00:00
parent b62f53620f
commit bf95b26a80

View File

@ -47,9 +47,9 @@ const DrawCalls& DrawCalls::operator=(const DrawCalls&)
// Implementations of graphical effects:
const int TexScale1[3] = { 1, 1, 1 };
const int TexScale2[3] = { 2, 2, 2 };
const int TexScale4[3] = { 4, 4, 4 };
const GLint TexScale1[3] = { 1, 1, 1 };
const GLint TexScale2[3] = { 2, 2, 2 };
const GLint TexScale4[3] = { 4, 4, 4 };
class Effect_AddColor : public IGLState
{