From 32b001b4d93330052be393da4db22e64f4283a92 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sun, 26 Mar 2017 16:05:33 -0600 Subject: [PATCH] qbsp: fix typo in QuakeEd .map conversion --- qbsp/map.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/qbsp/map.cc b/qbsp/map.cc index 3fb3e062..a56a2aea 100644 --- a/qbsp/map.cc +++ b/qbsp/map.cc @@ -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]);