diff --git a/loader/include/Geode/ui/Notification.hpp b/loader/include/Geode/ui/Notification.hpp index 3bed9d24..38d4cac5 100644 --- a/loader/include/Geode/ui/Notification.hpp +++ b/loader/include/Geode/ui/Notification.hpp @@ -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);