diff options
Diffstat (limited to 'viewpoint.c')
-rw-r--r-- | viewpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewpoint.c b/viewpoint.c index e8d2a1e..096054c 100644 --- a/viewpoint.c +++ b/viewpoint.c @@ -4,7 +4,7 @@ #include <math.h> #include <stdlib.h> -static const vector_t up = {0, 0, 1}; +static const vector_t up = {0, 1, 0}; void viewpoint_init(viewpoint_t *view) { |