xpenatan / gdx-teavm

Run Libgdx in a webbrowser with teavm
Apache License 2.0
108 stars 16 forks source link

Bug when a enum contains the last word S #73

Closed xpenatan closed 1 year ago

xpenatan commented 1 year ago

There is a weird bug after I added custom loading class LoadingTestLauncher.

When I run UITest this error popup: image

If the S char is removed from "enum STEPS" it works.

The interesting thing is that if I run UITest, the LoadingTestLauncher code also gets included in the javascript file.

xpenatan commented 1 year ago

I removed the standalone uitest so I need to find a way to reproduce it again.

xpenatan commented 1 year ago

I'll close this for now.