mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
fix android platformMessageBox missing severity
This commit is contained in:
parent
153880c286
commit
56cedaac32
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ std::string Loader::Impl::getGameVersion() {
|
|||
return m_gdVersion;
|
||||
}
|
||||
|
||||
void Loader::Impl::platformMessageBox(char const* title, std::string const& info) {
|
||||
void Loader::Impl::platformMessageBox(char const* title, std::string const& info, Severity severity) {
|
||||
cocos2d::CCMessageBox(info.c_str(), title);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue