https://itch.io/t/1621379/error-buffer-get-surface-takes-5-arguments-got-3
Anytime i reload a script with buffer_get_surface i get this error, not sure why / what degree of broken-ness this is at but it's apparently not new. Any update?

Code and asset live-reloading for GameMaker! · By
https://itch.io/t/1621379/error-buffer-get-surface-takes-5-arguments-got-3
Anytime i reload a script with buffer_get_surface i get this error, not sure why / what degree of broken-ness this is at but it's apparently not new. Any update?
I could have sworn that I have fixed that back then, but perhaps something got lost as I was cleaning out GMS2.2-specific logic out of GMLive.
For now you can add
live_function_add("buffer_get_surface(buffer, surface, offset)", buffer_get_surface)
to the end of obj_gmlive‘s Create event as that topic author’s did.