phrasing..

This commit is contained in:
Timothee Besset 2016-04-24 15:05:09 -05:00
parent a88ef20680
commit cc68a76900
1 changed files with 1 additions and 1 deletions

View File

@ -1148,7 +1148,7 @@ mapDrawSurface_t *DrawSurfaceForMesh( entity_t *e, parseMesh_t *p, mesh_t *mesh
/* spew forth errors */ /* spew forth errors */
if ( VectorLength( plane ) < 0.001f ) { if ( VectorLength( plane ) < 0.001f ) {
Sys_Printf( "BOGUS " ); Sys_Printf( "DrawSurfaceForMesh: bogus plane\n" );
} }
/* test each vert */ /* test each vert */