TheorafileGMS/gamemaker/TheorafileGMS/objects/Renderer/Draw_0.gml

4 lines
165 B
Plaintext
Raw Permalink Normal View History

2021-11-20 09:12:23 +00:00
Theorafile_UpdateSurface(video);
2021-11-20 10:00:02 +00:00
draw_surface_stretched(video.videoSurface, 0, 0, surface_get_width(application_surface), surface_get_height(application_surface));