gel.demo.mouse_selection: Rid redundant procedure calls.

This commit is contained in:
Rod Kay
2023-12-20 18:04:31 +11:00
parent d6ad5d67c5
commit 7af505bc05

View File

@@ -108,10 +108,7 @@ begin
while the_Applet.is_open
loop
the_Applet.gui_World.evolve;
the_Ball.respond;
the_Applet.freshen;
next_render_Time := next_render_Time + gel.World.evolve_Period;
delay until next_render_Time;
end loop;