Browse Source

corrects a parity flaw between wireframe and non wireframe box display

Azaezel 6 years ago
parent
commit
05f8d8b5f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/source/gfx/gfxDrawUtil.cpp

+ 1 - 1
Engine/source/gfx/gfxDrawUtil.cpp

@@ -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