Remove newline that doesn't deserve to exist
This commit is contained in:
parent
775172a7a8
commit
9f6194de2d
1 changed files with 1 additions and 2 deletions
|
|
@ -422,8 +422,7 @@ Class BioGel : Actor
|
|||
hittype = HIT_CEILING;
|
||||
else hittype = HIT_FLOOR;
|
||||
}
|
||||
else
|
||||
if ( BlockingLine )
|
||||
else if ( BlockingLine )
|
||||
{
|
||||
atline = BlockingLine;
|
||||
normal = (-BlockingLine.delta.y,BlockingLine.delta.x,0).unit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue