corrects a parity flaw between wireframe and non wireframe box display

This commit is contained in:
Azaezel 2019-02-19 13:13:23 -06:00
parent 32c7f2c7a7
commit 05f8d8b5f1

View file

@ -845,7 +845,7 @@ void GFXDrawUtil::_drawWireCube( const GFXStateBlockDesc &desc, const Point3F &s
if ( xfm != NULL )
{
for ( U32 i = 0; i < 30; i++ )
xfm->mulP( verts[i].point );
xfm->mulV( verts[i].point );
}
// Apply position offset