mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-06 05:24:36 +02:00
bug fix
This commit is contained in:
6
main.go
6
main.go
@@ -10,7 +10,7 @@ import (
|
||||
"runtime"
|
||||
"strconv"
|
||||
"strings"
|
||||
//"syscall"
|
||||
"syscall"
|
||||
//"encoding/json"
|
||||
"github.com/veandco/go-sdl2/sdl"
|
||||
gotime "time"
|
||||
@@ -260,7 +260,7 @@ func PreparationInAdv() {
|
||||
}
|
||||
|
||||
func release_self_fds() {
|
||||
/*
|
||||
|
||||
fds_flags := []string{"pipe", "socket:", ".ttf"}
|
||||
file_paths, err := filepath.Glob("/proc/self/fd/*")
|
||||
if err != nil {
|
||||
@@ -289,7 +289,7 @@ func release_self_fds() {
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
func run() int {
|
||||
|
||||
Reference in New Issue
Block a user