From a010f94390422eefa366a5f390c1f9e3ccc66fd5 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 24 May 2008 10:10:37 +0000 Subject: text_length functions, improved lighting, r_bbox draws bounding boxes --- src/core/application.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/application.cc') diff --git a/src/core/application.cc b/src/core/application.cc index db97af8..ac836df 100644 --- a/src/core/application.cc +++ b/src/core/application.cc @@ -282,8 +282,8 @@ void Application::frame(float seconds) application_time += seconds; // don't run zero lenght time frames - if (seconds == 0.0f) - return; + //if (seconds == 0.0f) + // return; if (!connected()) return; -- cgit v1.2.3