Skip to content

Commit bbe0e28

Browse files
authoredJul 15, 2022
Fix color issue
1 parent 2dc460e commit bbe0e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎JoyCons/JoyCon.gd

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func show_indicator():
7777
func set_controller(number, manager):
7878
data = manager.data
7979
controller_index = number
80-
color = data.get_color(controller_index)
80+
color = get_joycon_color()
8181
is_left = data.get_controller_type(controller_index) == 1
8282
print("Using JoyCon with color: " + get_joycon_color_as_string())
8383
set_process(true)

0 commit comments

Comments
 (0)
Please sign in to comment.