Browse Source

corrects a parity flaw between wireframe and non wireframe box display

Azaezel 6 năm trước cách đây
mục cha
commit
05f8d8b5f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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