• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

GameMaker DS Grid Error when collecting y variables

S

ShuDiZo

Guest
___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Draw Event
for object obj_draw:
Error: Can not resize a grid with a dimension of <=0
at gml_Object_obj_draw_Draw_0 (line 13) - ds_grid_resize(depthgrid, 2, instNum);
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Object_obj_draw_Draw_0 (line 13)


Can anyone help me understand the problem? This is the first time an error like this has occurred.
 
___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Draw Event
for object obj_draw:
Error: Can not resize a grid with a dimension of <=0
at gml_Object_obj_draw_Draw_0 (line 13) - ds_grid_resize(depthgrid, 2, instNum);
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Object_obj_draw_Draw_0 (line 13)


Can anyone help me understand the problem? This is the first time an error like this has occurred.
InstNum is somehow lower than 0 when creating the grid.
 
Top