(svn r3511) More whitespace ([FS#46] by Rubidium)
This commit is contained in:
@@ -84,7 +84,7 @@ uint GetPartialZ(int x, int y, int corners)
|
||||
{
|
||||
int z = 0;
|
||||
|
||||
switch(corners) {
|
||||
switch (corners) {
|
||||
case 1:
|
||||
if (x - y >= 0)
|
||||
z = (x - y) >> 1;
|
||||
|
||||
Reference in New Issue
Block a user