From 02fcd22d8cde355aa898a8c6bb4773d9434b8e9a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 10 Oct 2008 16:41:38 +0000 Subject: adds KeyPress, DevInfo and Stats widgets --- src/core/application.cc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/core/application.cc') diff --git a/src/core/application.cc b/src/core/application.cc index 3f08a36..3b30962 100644 --- a/src/core/application.cc +++ b/src/core/application.cc @@ -378,15 +378,11 @@ void Application::disconnect() void Application::frame(float seconds) { + application_time += seconds; + // execute commands in the buffer CommandBuffer::exec(); - application_time += seconds; - - // don't run zero lenght time frames - //if (seconds == 0.0f) - // return; - if (!connected()) return; -- cgit v1.2.3