compilation fixes when no OSG_GL_DISPLAYLISTS_AVAILABLE
This commit is contained in:
committed by
Robert Osfield
parent
afe45f66d2
commit
3745b958e5
@@ -439,8 +439,8 @@ void Drawable::dirtyDisplayList()
|
||||
|
||||
void Drawable::dirtyGLObjects()
|
||||
{
|
||||
#ifdef OSG_GL_DISPLAYLISTS_AVAILABLE
|
||||
unsigned int i;
|
||||
#ifdef OSG_GL_DISPLAYLISTS_AVAILABLE
|
||||
for(i=0;i<_globjList.size();++i)
|
||||
{
|
||||
if (_globjList[i] != 0)
|
||||
|
||||
Reference in New Issue
Block a user