From 6eb389d8c8b9a6f75e291d359a7708d2944a156d Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 11 Jan 2012 15:08:39 +0000 Subject: added rotation - need to address gimbal lock --- src/viewpoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/viewpoint.h') diff --git a/src/viewpoint.h b/src/viewpoint.h index 2b42756..b5923bd 100644 --- a/src/viewpoint.h +++ b/src/viewpoint.h @@ -19,7 +19,7 @@ class viewpoint { double getSetting(const string& setting); void begin(); - void end(); + void end(bool showStats); void setDefaults(); -- cgit v1.2.3