Spawnova / ShinsOverlayClass

A direct2d overlay for AutoHotkey
MIT License
68 stars 12 forks source link

v2 Latest update broken #11

Closed dovry closed 5 months ago

dovry commented 5 months ago

image

Spawnova commented 5 months ago

Sorry, I fixed that last night but hadn't yet pushed out the update, it's live now though so it should be fixed this new version should fix the white screen issue that some people have

dovry commented 5 months ago

image

Spawnova commented 5 months ago

Oh I see, I don't personally use ahk v2 so sometimes I forget the syntax, it doesn't use string in v2, so I'll remove the quotes and update, thank you

dovry commented 5 months ago

I fixed it by adding *as a param in the function

ShinsOverlayClass_OnErase(*) {
    return 0
}

https://old.reddit.com/r/AutoHotkey/comments/10nm6z8/hotkey_causing_invalid_callback_function_error/j69t5uz/

Spawnova commented 5 months ago

Perfect, I'll include that into the fix, thanks for letting me know =P