summaryrefslogtreecommitdiff
path: root/gfxmenu.mod/gfxmenu.bmx
diff options
context:
space:
mode:
Diffstat (limited to 'gfxmenu.mod/gfxmenu.bmx')
-rw-r--r--gfxmenu.mod/gfxmenu.bmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfxmenu.mod/gfxmenu.bmx b/gfxmenu.mod/gfxmenu.bmx
index 0f2c6fa..bc51f9d 100644
--- a/gfxmenu.mod/gfxmenu.bmx
+++ b/gfxmenu.mod/gfxmenu.bmx
@@ -113,7 +113,7 @@ Type TGfxMenu
opt.b=Towards(over_b,opt.b)
SetColor(opt.r,opt.g,opt.b)
- If KeyDown(MOUSE_LEFT)
+ If MouseDown(1)
mbdown=True
DrawImage(opt.i,opt.x,opt.y+2)
any=True