From David Callu, warning fixes and removal of spaces at end of lines.
This commit is contained in:
@@ -110,6 +110,8 @@ void DrawArrayLengths::draw(State& state, bool) const
|
||||
}
|
||||
if (mode==GL_POLYGON) mode = GL_TRIANGLE_FAN;
|
||||
if (mode==GL_QUAD_STRIP) mode = GL_TRIANGLE_STRIP;
|
||||
#else
|
||||
OSG_UNUSED(state);
|
||||
#endif
|
||||
|
||||
GLint first = _first;
|
||||
|
||||
Reference in New Issue
Block a user