mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-26 17:36:05 -05:00
add Notification::create default time
This commit is contained in:
parent
475499407f
commit
b1df152231
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ namespace geode {
|
|||
static Notification* create(
|
||||
std::string const& text,
|
||||
cocos2d::CCSprite* icon,
|
||||
float time
|
||||
float time = NOTIFICATION_DEFAULT_TIME
|
||||
);
|
||||
|
||||
void setString(std::string const& text);
|
||||
|
|
Loading…
Reference in a new issue