Draw new zones for a bit after creation
This commit is contained in:
parent
b09ead26a0
commit
eb3a268d58
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ class Timer
|
||||||
|
|
||||||
function AddZone(zone)
|
function AddZone(zone)
|
||||||
{
|
{
|
||||||
|
zone.Draw(5.0);
|
||||||
zones.append(zone);
|
zones.append(zone);
|
||||||
if (zones.len() > 1)
|
if (zones.len() > 1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue