nv2a: Remove TEXGEN_SPHERE_MAP assertion

This commit is contained in:
Voxel9 2020-06-27 21:15:39 +01:00 committed by mborgerson
parent 7f4b9d5480
commit 3bbea5269e
1 changed files with 0 additions and 1 deletions

View File

@ -448,7 +448,6 @@ GLSL_DEFINE(sceneAmbientColor, GLSL_LTCTXA(NV_IGRAPH_XF_LTCTXA_FR_AMB) ".xyz")
qstring_append_fmt(body, " oT%d.%c = r.%c * invM + 0.5;\n",
i, c, c);
qstring_append(body, "}\n");
assert(false); /* Untested */
break;
case TEXGEN_REFLECTION_MAP:
assert(i < 3); /* Channels S,T,R only! */