From e9d4659025c54455048e5c6ae3635efa25030e09 Mon Sep 17 00:00:00 2001 From: epoch Date: Fri, 3 Apr 2020 00:51:47 -0500 Subject: noticed a comment that is wrong, or something in my head is wrong. not sure which yet. --- src/graphics_c3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics_c3.c b/src/graphics_c3.c index 0727fd7..31406b2 100644 --- a/src/graphics_c3.c +++ b/src/graphics_c3.c @@ -480,7 +480,7 @@ int graphics_init() {//return the fd needed to read graphics events. //some of these values set global.zoom=25.0l;//I think if this is set to 1, then 1 3d unit is 1 2d unit? global.camera.r.x.d=0; - global.camera.r.y.d=0;//we should be facing east. + global.camera.r.y.d=0;//we should be facing east. but we're facing north? increasing z goes farther away from camera. :/ global.camera.r.z.d=0; global.mmz=1;//this is minimap zoom. -- cgit v1.2.3