From: havoc Date: Fri, 14 May 2004 15:53:58 +0000 (+0000) Subject: Tomaz fixed cubemap loading of skyboxes X-Git-Tag: xonotic-v0.1.0preview~5884 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f4f507f7005ab0d0a81656cc493afc0554f9db69;p=xonotic%2Fdarkplaces.git Tomaz fixed cubemap loading of skyboxes git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4165 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/r_shadow.c b/r_shadow.c index a0fd87af..81708960 100644 --- a/r_shadow.c +++ b/r_shadow.c @@ -2269,12 +2269,12 @@ static suffixinfo_t suffix[3][6] = {"nz", false, false, false} }, { - {"ft", true, false, true}, - {"bk", false, true, true}, - {"lf", true, true, false}, - {"rt", false, false, false}, - {"up", false, false, false}, - {"dn", false, false, false} + {"rt", true, false, true}, + {"lf", false, true, true}, + {"ft", true, true, false}, + {"bk", false, false, false}, + {"up", true, false, true}, + {"dn", true, false, true} } };