File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
from types import SimpleNamespace as dot
4
4
from pynput .mouse import Controller # python -m pip install pynput
5
5
6
- __version__ = "2.1.0 "
6
+ __version__ = "2.1.1 "
7
7
c = Controller ()
8
8
get_position = lambda : c .position
9
9
@@ -271,7 +271,7 @@ def script_update(settings):
271
271
PY_CURSOR .offset_y = S .obs_data_get_int (settings , "_offset_y" )
272
272
273
273
PY_CURSOR .width = S .obs_data_get_int (settings , "_width" )
274
- PY_CURSOR .width = S .obs_data_get_int (settings , "_height" )
274
+ PY_CURSOR .height = S .obs_data_get_int (settings , "_height" )
275
275
PY_CURSOR .browser_source_name = S .obs_data_get_string (settings , "browser" )
276
276
PY_CURSOR .is_update_browser = S .obs_data_get_bool (settings , "_is_update_browser" )
277
277
PY_CURSOR .use_lerp = S .obs_data_get_bool (settings , "_use_lerp" )
You can’t perform that action at this time.
0 commit comments