aboutsummaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/global.gd')
-rw-r--r--client/global.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/global.gd b/client/global.gd
index 23e9756c..e504a282 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -152,7 +152,6 @@ func configure_viewport_aa(vp: Viewport) -> void:
vp.msaa_3d = Viewport.MSAA_4X
vp.screen_space_aa = Viewport.SCREEN_SPACE_AA_DISABLED
-# TODO orphan
static func index_to_hand(i):
match i:
0: return "left"