diff --git a/objects/oIGT.object.gmx b/objects/oIGT.object.gmx index b8be482..1627883 100644 --- a/objects/oIGT.object.gmx +++ b/objects/oIGT.object.gmx @@ -132,7 +132,7 @@ if (!surface_exists(igt_surface)) igt_surface = surface_create(320 + oControl.wi 1 var d = application_get_position(); -if(room != rm_transition && instance_exists(oCharacter) && global.ingame && oControl.displaygui) draw_surface_ext(igt_surface, oControl.displayx - d[0], oControl.displayy - d[1], oControl.display_scale, oControl.display_scale, 0, -1, 1); +if(room != rm_transition && instance_exists(oCharacter) && global.ingame && oControl.displaygui && global.opshowhud) draw_surface_ext(igt_surface, oControl.displayx - d[0], oControl.displayy - d[1], oControl.display_scale, oControl.display_scale, 0, -1, 1);