Minor cleanup

This commit is contained in:
Robert Beckebans 2021-04-01 14:23:47 +02:00
parent 8f82bb0fb9
commit 7c3ff6466b
4 changed files with 10 additions and 4 deletions

View file

@ -616,7 +616,6 @@ idMapBrush* idMapBrush::ParseValve220( idLexer& src, const idVec3& origin )
planepts[2] -= origin;
side->plane.FromPoints( planepts[0], planepts[1], planepts[2] );
//side->plane.FromPoints( planepts[2], planepts[1], planepts[0] );
// read the material
if( !src.ReadTokenOnLine( &token ) )