@rubenaldo81
Unzip. Then in the measure.LUA change LINE 65.
Currently it reads:
if isDown and button == 3 and Input.isKeyPressed(Input.KEY_lalt) then
It should read:
if Input.isKeyPressed(Input.KEY_lalt) and isDown and button == 3 then
If you leave the mod as is, you cannot turn it off.
Unzip. Then in the measure.LUA change LINE 65.
Currently it reads:
if isDown and button == 3 and Input.isKeyPressed(Input.KEY_lalt) then
It should read:
if Input.isKeyPressed(Input.KEY_lalt) and isDown and button == 3 then
If you leave the mod as is, you cannot turn it off.