diff options
Diffstat (limited to 'scene/main/timer.h')
-rwxr-xr-x | scene/main/timer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scene/main/timer.h b/scene/main/timer.h index 8c15e2eac7..2f42252a7e 100755 --- a/scene/main/timer.h +++ b/scene/main/timer.h @@ -27,6 +27,7 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ + #ifndef TIMER_H #define TIMER_H @@ -63,7 +64,7 @@ public: void set_autostart(bool p_start); bool has_autostart() const; - void start(); + void start(float p_time = -1); void stop(); void set_paused(bool p_paused); |