I've got a little problem by importing a GM8.1 game to GM:HTML5
//Draw background var col1, col2; col1 = make_color_rgb(r[0], g[0], b[0]); col2 = make_color_rgb(r[1], g[1], b[1]); draw_rectangle_color(view_xview, view_yview, view_xview + view_wview, view_yview + view_hview, col1, col1, col2, col2, false);
The color don't interpolate between the other color's,
only the first color col1 is drawn on the the rectangle?











