mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +00:00
phrasing..
This commit is contained in:
parent
a88ef20680
commit
cc68a76900
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue