Forgot to add the new ZDRayInfo keywords in the UDMF parser

This commit is contained in:
nashmuhandes 2021-11-12 18:42:37 +08:00
parent 9b853dd275
commit e40c927624
1 changed files with 3 additions and 0 deletions

View File

@ -762,6 +762,9 @@ public:
case NAME_sundirx: case NAME_sundirx:
case NAME_sundiry: case NAME_sundiry:
case NAME_sundirz: case NAME_sundirz:
case NAME_sampledistance:
case NAME_bounces:
case NAME_gridsize:
CHECK_N(Zd | Zdt) CHECK_N(Zd | Zdt)
break; break;