Minor fixes to ReaderWriter and Paragraph to help work with use of Doxygen.
Fix to CullVisior to handle the new no referenced counted cull and draw traversal.
This commit is contained in:
@@ -510,7 +510,7 @@ void Geometry::drawImplementation(State& state) const
|
||||
if (_normalBinding==BIND_OFF) glNormal3f(0.0f,0.0f,1.0f);
|
||||
#endif
|
||||
|
||||
#if ISE_DEFAULT_COLOUR
|
||||
#if USE_DEFAULT_COLOUR
|
||||
if (_colorBinding==BIND_OFF) glColor4f(1.0f,1.0f,1.0f,1.0f);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user