Minor fix: remove reference to GLdebug()
This commit is contained in:
parent
69cc788e8e
commit
6e5473f646
|
@ -1133,8 +1133,7 @@ void EDA_3D_CANVAS::render3DComponentShape( MODULE* module,
|
|||
* be replaced anyway so all debugging of 3D Plugins should be
|
||||
* done via the new rendering system
|
||||
*/
|
||||
if( 0 )
|
||||
{
|
||||
#if 0
|
||||
if( isEnabled( FL_RENDER_SHOW_MODEL_BBOX ) )
|
||||
{
|
||||
// Set the alpha current color to opaque
|
||||
|
@ -1146,7 +1145,7 @@ void EDA_3D_CANVAS::render3DComponentShape( MODULE* module,
|
|||
CBBOX thisBBox = shape3D->getBBox();
|
||||
thisBBox.GLdebug();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
glPopMatrix();
|
||||
|
||||
|
|
Loading…
Reference in New Issue