mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-10-30 19:26:27 +08:00
Also, this change fixes redundant checks the case when a monitor does not exist. Now Ebitengine checks a monitor existence at the initialization. Closes #2145 Closes #2795