BetterLoadingScreen icon indicating copy to clipboard operation
BetterLoadingScreen copied to clipboard

BLS broke GLFW, making Borderless Mining useless

Open Scarlaid opened this issue 3 years ago • 1 comments
trafficstars

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

Scarlaid avatar Jun 01 '22 16:06 Scarlaid

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.

comp500 avatar Jun 17 '22 18:06 comp500