no need to waste CPU time on rendering things in mutator when it's invisible
This commit is contained in:
parent
a7b71e77ad
commit
77fcc571e3
@ -190,6 +190,8 @@ procedure TMutateForm.ShowMutants;
|
||||
var
|
||||
i: integer;
|
||||
begin
|
||||
if Visible = false then exit;
|
||||
|
||||
Updating := true;
|
||||
for i := 1 to 8 do
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user