Update submodules

This commit is contained in:
momo5502 2019-01-26 12:53:12 +01:00
parent e1aa7c19ef
commit 26b6973c9c
2 changed files with 2 additions and 2 deletions

2
deps/discord-rpc vendored

@ -1 +1 @@
Subproject commit 4824b20f28b1ebffb2a57881684ef87f76659a6c Subproject commit c59fd6df20c6904ab39f026e87af1dd90fcac7ff

View File

@ -20,7 +20,7 @@ public:
handlers.spectateGame = nullptr; handlers.spectateGame = nullptr;
handlers.joinRequest = nullptr; handlers.joinRequest = nullptr;
Discord_Initialize("531526691319971880", &handlers, 1, nullptr, 0); Discord_Initialize("531526691319971880", &handlers, 1, nullptr);
scheduler::on_frame(Discord_RunCallbacks); scheduler::on_frame(Discord_RunCallbacks);
} }