oops i had commented this for testing
This commit is contained in:
parent
6157945d4d
commit
ae2b46f115
|
|
@ -611,12 +611,10 @@ int FindTexinfo(const maptexinfo_t &texinfo, const qplane3d &plane, bool add)
|
||||||
if (map.miptex[texinfo.miptex].animation_miptex.has_value()) {
|
if (map.miptex[texinfo.miptex].animation_miptex.has_value()) {
|
||||||
maptexinfo_t anim_next = texinfo;
|
maptexinfo_t anim_next = texinfo;
|
||||||
|
|
||||||
#if 0
|
|
||||||
brush_side_t temp;
|
brush_side_t temp;
|
||||||
temp.plane = plane;
|
temp.plane = plane;
|
||||||
temp.set_texinfo(texdef_quake_ed_t{ { 0, 0 }, 0, { 1, 1 }});
|
temp.set_texinfo(texdef_quake_ed_t{ { 0, 0 }, 0, { 1, 1 }});
|
||||||
anim_next.vecs = temp.vecs;
|
anim_next.vecs = temp.vecs;
|
||||||
#endif
|
|
||||||
|
|
||||||
anim_next.miptex = map.miptex[texinfo.miptex].animation_miptex.value();
|
anim_next.miptex = map.miptex[texinfo.miptex].animation_miptex.value();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue