Renamed futher uint/ushort instances.

This commit is contained in:
Robert Osfield
2003-02-14 16:52:47 +00:00
parent bd506b53da
commit 77fee92d71
3 changed files with 7 additions and 7 deletions

View File

@@ -139,7 +139,7 @@ void Drawable::compile(State& state) const
unsigned int contextID = state.getContextID();
// get the globj for the current contextID.
uint& globj = _globjList[contextID];
GLuint& globj = _globjList[contextID];
// call the globj if already set otherwise comple and execute.
if( globj != 0 )