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:
Robert Osfield
2003-02-10 13:58:39 +00:00
parent d4f7da7bb8
commit c2b4a05825
5 changed files with 9 additions and 5 deletions

View File

@@ -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