YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
24 stars 8 forks source link

In Game: draw_sprite_general gives different output on HTML5 compared to windows #203

Open iampremo opened 1 year ago

iampremo commented 1 year ago

GM-2177

Issue: draw_sprite_general gives different output on HTML5 compared to windows

Repro:

Import attached project

Run for windows

Press any key and observe no changes

Run for HTML5

Press any key and observe that the image will change (it draws a snapshot of the windows image)

andrewcirel commented 10 months ago

I can confirm this is a bug with html5. draw_sprite_general always draws the whole sprite instead of part of it. If you swap draw_sprite_general with draw_sprite_part_ext you get what you expect.

andrewcirel commented 8 months ago

This problem has been open for a long time. Is there a timescale for fixing it?

rwkay commented 8 months ago

drawspritegeneral.yyz.zip

Attached the project from the original bug