Skip to content

Commit cc68a76

Browse files
committed
phrasing..
1 parent a88ef20 commit cc68a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/quake3/q3map2/surface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ mapDrawSurface_t *DrawSurfaceForMesh( entity_t *e, parseMesh_t *p, mesh_t *mesh
11481148

11491149
/* spew forth errors */
11501150
if ( VectorLength( plane ) < 0.001f ) {
1151-
Sys_Printf( "BOGUS " );
1151+
Sys_Printf( "DrawSurfaceForMesh: bogus plane\n" );
11521152
}
11531153

11541154
/* test each vert */

0 commit comments

Comments
 (0)