shedaniel / BetterLoadingScreen

Other
27 stars 12 forks source link

BLS broke GLFW, making Borderless Mining useless #27

Open Scarlaid opened 2 years ago

Scarlaid commented 2 years ago

image

No idea how would this happen The mod Borderless Mining was a temporary modification from comp500 himself, in detail, read https://github.com/comp500/BorderlessMining/issues/26

comp500 commented 2 years ago

Probably happens just because it uses GLFW before my prelaunch entrypoint runs; I'm not sure if there's a way around this, maybe an entrypoint prior to opening the BLS window could be made? See https://github.com/comp500/BorderlessMining/commit/0d42a0d51231de4c92be684b4ac626fd9f3f73c3 for the relevant code that the Borderless Mining test builds use.