Skip to content

Commit

Permalink
Fix OpenRCT2#18467: Update comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbckrtn committed Dec 26, 2022
1 parent 1f73dc3 commit 1281ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openrct2-ui/windows/EditorObjectSelection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ class EditorObjectSelectionWindow final : public Window

bool FilterSelected(uint8_t objectFlag)
{
//Track Manager has no concept of selection filtering, so always return true
// Track Manager has no concept of selection filtering, so always return true
if (gScreenFlags & SCREEN_FLAGS_TRACK_MANAGER) {
return true;
}
Expand Down

0 comments on commit 1281ae2

Please sign in to comment.