Compile fixes.

This commit is contained in:
Robert Osfield
2003-07-15 07:53:25 +00:00
parent ae2712c84b
commit fc4b990a7a
4 changed files with 5 additions and 4 deletions

View File

@@ -434,7 +434,7 @@ public:
{
apply(drawable->getStateSet());
if (drawable->getUseDisplayList() || drawable->getUseVertexBufferObjects());
if (drawable->getUseDisplayList() || drawable->getUseVertexBufferObjects())
{
drawable->dirtyDisplayList();
}