mirror of https://github.com/xemu-project/xemu.git
nv2a: Remove assertion in append_skinning_code
This commit is contained in:
parent
2d95fda6cd
commit
8919bae311
|
@ -273,7 +273,6 @@ static void append_skinning_code(MString* str, bool mix,
|
|||
mstring_append_fmt(str, "%s += (%s * %s%d).%s * weight.%c;\n",
|
||||
output, input, matrix, i, swizzle, c);
|
||||
}
|
||||
assert(false); /* FIXME: Untested */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue