mirror of https://github.com/xemu-project/xemu.git
nv2a: Remove TEXGEN_SPHERE_MAP assertion
This commit is contained in:
parent
7f4b9d5480
commit
3bbea5269e
|
@ -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! */
|
||||
|
|
Loading…
Reference in New Issue