qbsp: fix typo in QuakeEd .map conversion

This commit is contained in:
Eric Wasylishen 2017-03-26 16:05:33 -06:00
parent dbec32efaf
commit 32b001b4d9
1 changed files with 0 additions and 1 deletions

View File

@ -1645,7 +1645,6 @@ ConvertMapFace(FILE *f, const mapface_t &mapface, const texcoord_style_t format)
fprintf(f, "%s ", mapface.texname.c_str());
fprintDoubleAndSpc(f, quakeed.shift[0]);
fprintDoubleAndSpc(f, quakeed.shift[1]);
fprintDoubleAndSpc(f, quakeed.shift[1]);
fprintDoubleAndSpc(f, quakeed.rotate);
fprintDoubleAndSpc(f, quakeed.scale[0]);
fprintDoubleAndSpc(f, quakeed.scale[1]);