Set the message display delay to default to zero
This commit is contained in:
parent
29fa5ce8ec
commit
c2983d61bc
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public:
|
||||||
|
|
||||||
// Register a single message for display after a delay of delay seconds
|
// Register a single message for display after a delay of delay seconds
|
||||||
// Will automatically stop displaying after a suitable interval.
|
// Will automatically stop displaying after a suitable interval.
|
||||||
void RegisterSingleMessage(string msg, double delay); // OK - I know passing a string in and out is probably not good but it will have to do for now.
|
void RegisterSingleMessage(string msg, double delay = 0.0); // OK - I know passing a string in and out is probably not good but it will have to do for now.
|
||||||
|
|
||||||
// For now we will assume only one repeating message at once
|
// For now we will assume only one repeating message at once
|
||||||
// This is not really robust
|
// This is not really robust
|
||||||
|
|
Loading…
Add table
Reference in a new issue