update code fixed x11 type sleep

This commit is contained in:
vcaesar 2019-12-15 17:55:15 -04:00
parent c9767fb59b
commit 4f343de1c5

View File

@ -742,9 +742,10 @@ func TypeStr(str string, args ...float64) {
inputUTF(strUc[i])
MicroSleep(tm1)
}
MicroSleep(tm)
}
MicroSleep(tm)
return
}