mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 02:12:46 +01:00
auto redraw every DT ms
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user