Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GMLive.gml

Livecoding for GameMaker: Studio / GameMaker Studio 2 · By YellowAfterlife

Error: `buffer_get_surface` takes 5 arguments, got 3

A topic by baku created Sep 01, 2021 Views: 166
Viewing posts 1 to 1
(1 edit)

Hi, it seems gmlive.gml still thinks this function takes 5 arguments instead of the new 3. When trying to use it and reloading the event, the following error shows in the log:

[live][01/09/2021 13:31:22] Error in obj_game:Step_2:
[live][01/09/2021 13:31:22] obj_game:Step_2[L39,c2] `buffer_get_surface` takes 5 arguments, got 3

until fixed I will use live_function_add :)