mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Fix up some level editor dialog behavior
This commit is contained in:
@@ -109,5 +109,5 @@ void ShowDialogItem(Dialog *dialog, int item)
|
||||
|
||||
void HideDialogItem(Dialog *dialog, int item)
|
||||
{
|
||||
PL_NotYetImplemented();
|
||||
dialog->GetItems()[item - 1].GetWidget()->SetVisible(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user