core: numeric/round: Add missing `item/@desc`

This was caught by TAMER using a yet-to-be-committed NIR.

DEV-7145
main
Mike Gerwitz 2022-08-22 15:00:53 -04:00
parent 93fb6e78e4
commit 8a286878f6
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
<const name="VALUE_VEC" sym="V"
type="float"
desc="Vector of values">
<item value="0" />
<item value="0" desc="Unused (see VALUE_VEC_INDEX)" />
<item value="5.5" desc="Same as VALUE_MID" />
</const>
<const name="VALUE_VEC_INDEX" sym="\nu"