summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/ui.c')
-rw-r--r--src/emu/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui.c b/src/emu/ui.c
index e10b854d3d2..975c7818426 100644
--- a/src/emu/ui.c
+++ b/src/emu/ui.c
@@ -429,7 +429,7 @@ void ui_update_and_render(running_machine *machine)
if (alpha >= 0)
render_ui_add_rect(0.0f, 0.0f, 1.0f, 1.0f, MAKE_ARGB(alpha,0x00,0x00,0x00), PRIMFLAG_BLENDMODE(BLENDMODE_ALPHA));
}
-
+
/* render any cheat stuff at the bottom */
cheat_render_text(machine);