• 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!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Windows Draw end event working on Android but not on Windows

Hiya guys,

I am experiencing a really weird issue. My draw end event has stopped drawing on windows platforms (tested on 3 machines) but works fine on Android and IOS using the exact same code.

I am really stumped as to what would cause it. I have created fresh projects and the draw-end event calls as expected on windows.

If anyone has any idea's please let me know.

Many thanks!

** EDIT **

This was finnaly resolved, I had an object with a depth set to -99999 (out of bounds for depth) and this stopped my draw_event from being drawn globally. I have reported this as a bug with support.
 
Last edited:
Top