From 0290b02e69ee867f946ea3bf03ce72bf609888b6 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 16 Mar 2025 14:39:22 -0700 Subject: [PATCH] Remove comment --- LEGO1/lego/legoomni/src/video/legohideanimpresenter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/video/legohideanimpresenter.cpp b/LEGO1/lego/legoomni/src/video/legohideanimpresenter.cpp index 1829c741..64a06a08 100644 --- a/LEGO1/lego/legoomni/src/video/legohideanimpresenter.cpp +++ b/LEGO1/lego/legoomni/src/video/legohideanimpresenter.cpp @@ -119,7 +119,6 @@ void LegoHideAnimPresenter::FUN_1006db60(LegoTreeNode* p_node, LegoTime p_time) if (boundary != NULL) { newB = data->FUN_100a0990(p_time); previousB = boundary->GetFlag0x10(); - // TODO: Match boundary->SetFlag0x10(newB); } }