AlmasB / FXGLGames

This repo contains sample games built with FXGL
http://almasb.github.io/FXGLGames/
MIT License
807 stars 325 forks source link

The cursor image will become a mess? #15

Open chengenzhao opened 3 years ago

chengenzhao commented 3 years ago

Hi:

We have successfully run the game but it seems like there is a problem when we exit the game then the cursor image will become a mess any idea why it happened? as you can see the messed image is on the screen there

IMG_8269

B087FF6A-C8C0-46BA-B046-64A9CA0E016F

macos 11.2.3 big sur intel cpu

game: space war/ geometry war I tried openjdk 16 and graal 21.0, both have the same problem

AlmasB commented 3 years ago

Hi,

Thanks for this, I believe this is a javafx bug but couldn't find it on the issue tracker, I'll see if I can reproduce it with a pure JavaFX app.