Fixed bug in discord integration

pull/133/head
Ryzerth 2021-05-03 22:38:38 +02:00
rodzic b1bb863a7e
commit 3225f15419
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -134,8 +134,8 @@ private:
// Rich Presence
DiscordRichPresence presence;
double lastFreq;
char* freq = new char[1024];
char* mode = new char[1024];
char freq[1024];
char mode[1024];
std::string lastMode = "";
// Threading