Spelling error fixed ;)
This commit is contained in:
parent
3945eca85e
commit
0fa8300993
@ -1040,7 +1040,7 @@ begin
|
||||
|
||||
if ((maxx - minx) > 1000) or
|
||||
((maxy - miny) > 1000) then
|
||||
raise EMathError.Create('Flame area to large');
|
||||
raise EMathError.Create('Flame area too large');
|
||||
|
||||
center[0] := (minx + maxx) / 2;
|
||||
center[1] := (miny + maxy) / 2;
|
||||
|
Loading…
Reference in New Issue
Block a user