Skip to content
Snippets Groups Projects
Commit 0acab8ba authored by maxim_productengine's avatar maxim_productengine
Browse files

SL-10283 Allow changing "Repeats per meter" on face 6 of hollowed cube

parent b08065da
No related branches found
No related tags found
No related merge requests found
......@@ -1580,7 +1580,7 @@ bool LLPrimitive::getTESTAxes(const U8 face, U32* s_axis, U32* t_axis)
*s_axis = VY; *t_axis = VZ;
return true;
}
else if (face == 5)
else if (face >= 5)
{
*s_axis = VX; *t_axis = VY;
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment