cleares more variables in clear()
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -245,6 +245,8 @@ void discord_sdk::clear()
|
||||
join_secret = "";
|
||||
spectate_secret = "";
|
||||
instanced = false;
|
||||
is_public_party = false;
|
||||
is_overlay_locked = false;
|
||||
|
||||
delete core;
|
||||
core = nullptr;
|
||||
|
@@ -38,7 +38,7 @@ private:
|
||||
String join_secret;
|
||||
String spectate_secret;
|
||||
|
||||
bool is_public_party = true;
|
||||
bool is_public_party;
|
||||
|
||||
bool instanced;
|
||||
|
||||
|
Reference in New Issue
Block a user