mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 16:08:52 +01:00
auto redraw every DT ms
This commit is contained in:
parent
28a4e33c2b
commit
79a5f5759d
5
main.go
5
main.go
@ -213,11 +213,14 @@ func InspectionTeam(main_screen *UI.MainScreen) {
|
||||
passout_time_stage = 4
|
||||
|
||||
}
|
||||
|
||||
|
||||
main_screen.Draw()
|
||||
main_screen.SwapAndShow()
|
||||
gotime.Sleep(gotime.Duration(UI.DT) * gotime.Millisecond)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
func PreparationInAdv(){
|
||||
|
||||
if strings.Contains(runtime.GOARCH,"arm") == false {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user