qbsp: fix typo in QuakeEd .map conversion
This commit is contained in:
parent
dbec32efaf
commit
32b001b4d9
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue