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 );
|
new ssgVtxTable ( GL_TRIANGLE_FAN, vl, nl, tl, cl );
|
||||||
|
|
||||||
leaf->setState( state );
|
leaf->setState( state );
|
||||||
#if PLIB_VERSION > 183
|
|
||||||
leaf->makeDList();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
geometry->addKid( leaf );
|
geometry->addKid( leaf );
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user