From 908363a9f3546fc785e3e099ad8a31e618de703e Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 27 Jul 2012 16:28:28 +0200 Subject: this fix might work, it might not, I don't know, I can't compile it --- src/koopatlas/camera.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/koopatlas/camera.cpp') diff --git a/src/koopatlas/camera.cpp b/src/koopatlas/camera.cpp index 1347c93..95cffd3 100644 --- a/src/koopatlas/camera.cpp +++ b/src/koopatlas/camera.cpp @@ -26,8 +26,8 @@ dWorldCamera_c::dWorldCamera_c() { camPos = (Vec){0.0, 0.0, 1.0}; camUp = (Vec){0.0, 1.0, 0.0}; - projection2d.near = 1.0; - projection2d.far = 20000.0; + projection2d.near = -20000.0f; + projection2d.far = 20000.0f; currentX = 416; currentY = -224; -- cgit v1.2.3