[Mod Options] Fix broken cursor stack in VT2
This commit is contained in:
parent
a44fe42a05
commit
4e4cf3ef44
1 changed files with 1 additions and 1 deletions
|
@ -4216,7 +4216,7 @@ end
|
||||||
|
|
||||||
VMFOptionsView.on_enter = function (self)
|
VMFOptionsView.on_enter = function (self)
|
||||||
|
|
||||||
if ShowCursorStack.stack_depth == 0 then ShowCursorStack.push() end
|
if ShowCursorStack.stack_depth == 0 or not VT1 then ShowCursorStack.push() end
|
||||||
|
|
||||||
local input_manager = self.input_manager
|
local input_manager = self.input_manager
|
||||||
input_manager.block_device_except_service(input_manager, "vmf_options_menu", "keyboard", 1)
|
input_manager.block_device_except_service(input_manager, "vmf_options_menu", "keyboard", 1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue