diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-01-11 15:08:39 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-01-11 15:08:39 +0000 |
| commit | 6eb389d8c8b9a6f75e291d359a7708d2944a156d (patch) | |
| tree | c5c63e16a2bff7db9b2f600a17efe85aaee2ba02 /src/viewpoint.h | |
| parent | 6489954270c6e5ee0e7968de04cd6e865cb7e8b3 (diff) | |
added rotation - need to address gimbal lock
Diffstat (limited to 'src/viewpoint.h')
| -rw-r--r-- | src/viewpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
