Просмотр исходного кода

corrects a parity flaw between wireframe and non wireframe box display

Azaezel 6 лет назад
Родитель
Сommit
05f8d8b5f1
1 измененных файлов с 1 добавлено и 1 удалено
  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