1
0
Fork 0

White space tweak ...

This commit is contained in:
curt 2002-10-24 12:11:55 +00:00
parent d62b1a0a66
commit bbf33cc7cb

View file

@ -380,8 +380,8 @@ void TriUserData::fill_in_triangle ()
// place an object each unit of area
while ( num > 1.0 ) {
add_object_to_triangle(object);
num -= 1.0;
add_object_to_triangle(object);
num -= 1.0;
}
// for partial units of area, use a zombie door method to
// create the proper random chance of an object being created