Skip to content

Commit

Permalink
Update control.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kphoenix137 committed Oct 8, 2023
1 parent c8fb2cb commit 780c388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ std::string TextCmdLevelSeed(const string_view parameter)
"Storybook: ", glSeedTbl[16]);
}

std::string TextCmdStreamerMode(const string_view parameter)
std::string TextCmdStreamerMode(string_view parameter)
{
std::string ret;

Expand Down

0 comments on commit 780c388

Please sign in to comment.