Remove a phantom makeDList call (probably an old one from my code.
This commit is contained in:
@@ -177,10 +177,6 @@ bool sgGenTile( const string& path, SGBucket b,
|
||||
new ssgVtxTable ( GL_TRIANGLE_FAN, vl, nl, tl, cl );
|
||||
|
||||
leaf->setState( state );
|
||||
#if PLIB_VERSION > 183
|
||||
leaf->makeDList();
|
||||
#endif
|
||||
|
||||
geometry->addKid( leaf );
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user