oops i had commented this for testing

This commit is contained in:
Jonathan 2024-03-08 14:13:32 -05:00
parent 6157945d4d
commit ae2b46f115
1 changed files with 0 additions and 2 deletions

View File

@ -611,12 +611,10 @@ int FindTexinfo(const maptexinfo_t &texinfo, const qplane3d &plane, bool add)
if (map.miptex[texinfo.miptex].animation_miptex.has_value()) {
maptexinfo_t anim_next = texinfo;
#if 0
brush_side_t temp;
temp.plane = plane;
temp.set_texinfo(texdef_quake_ed_t{ { 0, 0 }, 0, { 1, 1 }});
anim_next.vecs = temp.vecs;
#endif
anim_next.miptex = map.miptex[texinfo.miptex].animation_miptex.value();