Skip to content

Commit

Permalink
feat: Comment cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlenarnTemp committed Oct 3, 2024
1 parent b5d5cc3 commit 987f635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/src/Events/MenuOpenCloseEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace RE
{
MenuOpenCloseEventWatcher* menuOpenCloseEvent = new MenuOpenCloseEventWatcher();
UI::GetSingleton()->GetEventSource<MenuOpenCloseEvent>()->RegisterSink(menuOpenCloseEvent);
INFO("Registed 'MenuOpenCloseEvent' sink.");
INFO("Registered 'MenuOpenCloseEvent' sink.");
}
}
}

0 comments on commit 987f635

Please sign in to comment.