formatting
This commit is contained in:
parent
25ebf863ea
commit
9a0a6d1c5e
|
|
@ -112,7 +112,8 @@ int main(void)
|
|||
{
|
||||
pointScale *= 0.975f;
|
||||
|
||||
if (pointScale < 32.0f) {
|
||||
if (pointScale < 32.0f)
|
||||
{
|
||||
pointScale = 32.0f;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user