nv2a: Remove assertion in append_skinning_code

This commit is contained in:
RageXbox 2022-02-10 23:31:22 -06:00 committed by GitHub
parent 2d95fda6cd
commit 8919bae311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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 */
}
}
}