mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-05-31 08:50:54 +00:00
Minor cleanup
This commit is contained in:
parent
8f82bb0fb9
commit
7c3ff6466b
4 changed files with 10 additions and 4 deletions
|
@ -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 ) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue