Your fix works! Arigato!
Scribbler Jones
4
Posts
1
Topics
3
Followers
255
Following
A member registered Nov 21, 2015
Recent community posts
Hi! I recently tried out the engine and fired it up to test it out of the box, no tinkering around in it or anything. When I ran the game, it gave me an error:
Object: obj_tile_init Event: Draw at line 18 : wrong number of arguments for function buffer_get_surface
The line of code in question is as follows:
buffer_get_surface(_tile_buffer,_surf,buffer_surface_copy,0,0);
Which argument(s) should I remove or modify to correct the error?