Temporarily downgrade Ebitengine from 2.7.0 to 2.6.7 (see issues #24 and https://github.com/hajimehoshi/ebiten/issues/2951)

This commit is contained in:
crgimenes
2024-04-05 06:17:59 -03:00
parent d53d10e306
commit eb5fed9b4f
3 changed files with 12 additions and 15 deletions

View File

@@ -303,8 +303,8 @@ func main() {
InitUnfocused: true,
ScreenTransparent: true,
SkipTaskbar: true,
X11ClassName: "Neko",
X11InstanceName: "Neko",
//X11ClassName: "Neko", // Temporary disabled due to a bug in Ebiten
//X11InstanceName: "Neko",
})
if err != nil {
log.Fatal(err)