]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
increase near clip workaround :(
authorRudolf Polzer <divverent@alientrap.org>
Sat, 24 Jul 2010 17:25:05 +0000 (19:25 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 24 Jul 2010 17:25:05 +0000 (19:25 +0200)
qcsrc/warpzonelib/client.qc

index e52c0d7ce8e328c03ac41a7e4b7c187a603b1ba9..c71f984a9f7fe7e85aee1c4e36ec7fcca3279c93 100644 (file)
@@ -147,7 +147,7 @@ void WarpZone_FixView()
                WarpZone_Outside();
 
        // if we are near any warpzone planes - MOVE AWAY (work around nearclip)
-       float nearclip = 2;
+       float nearclip = 4;
        e = WarpZone_Find(warpzone_fixview_origin - '1 1 1' * nearclip, warpzone_fixview_origin + '1 1 1' * nearclip);
        if(e)
        {