diff --git a/Engine/source/gfx/gfxDrawUtil.cpp b/Engine/source/gfx/gfxDrawUtil.cpp index 9796e30fa..688de6bcf 100644 --- a/Engine/source/gfx/gfxDrawUtil.cpp +++ b/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