Remove comment

This commit is contained in:
Christian Semmler 2025-03-16 14:39:22 -07:00
parent 67c5c7cd48
commit 0290b02e69

View File

@ -119,7 +119,6 @@ void LegoHideAnimPresenter::FUN_1006db60(LegoTreeNode* p_node, LegoTime p_time)
if (boundary != NULL) { if (boundary != NULL) {
newB = data->FUN_100a0990(p_time); newB = data->FUN_100a0990(p_time);
previousB = boundary->GetFlag0x10(); previousB = boundary->GetFlag0x10();
// TODO: Match
boundary->SetFlag0x10(newB); boundary->SetFlag0x10(newB);
} }
} }