The Spray tool no longer lags when you use a >0 delay setting.

Delay is now expressed in 1/100s, with range 0-99

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@470 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-01-10 17:28:38 +00:00
parent 0b801a28c8
commit b73d8b03dc
3 changed files with 11 additions and 7 deletions

View File

@@ -1534,9 +1534,6 @@ void Aerographe(short Bouton_clicke)
}
Afficher_curseur();
for (Count=1; Count<=Spray_Delay; Count++)
Wait_VBL();
}