diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-02-05 23:13:12 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-02-05 23:13:12 +0000 |
| commit | ed2d4581aa354d6c4040b061349fbe38f8af5e45 (patch) | |
| tree | aa23dac5f906a1fba7e893c040a13acfdcf259ba /src/viewpoint.h | |
| parent | dc4013f1380e9fabd6565c741664daed6d8cd7db (diff) | |
restore settings correctly
Diffstat (limited to 'src/viewpoint.h')
| -rw-r--r-- | src/viewpoint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/viewpoint.h b/src/viewpoint.h index b5923bd..5ee9b63 100644 --- a/src/viewpoint.h +++ b/src/viewpoint.h @@ -49,4 +49,6 @@ class viewpoint { ofLight light; + float x,y,w,h; + }; |
