Fix true clear string container in GameInfo.h
This commit is contained in:
@@ -24,7 +24,7 @@ struct GameInfo
|
||||
|
||||
void Reset()
|
||||
{
|
||||
path = "";
|
||||
path.clear();
|
||||
|
||||
name = "Unknown";
|
||||
serial = "Unknown";
|
||||
|
||||
Reference in New Issue
Block a user