stfu menche

This commit is contained in:
darkrose 2015-12-23 11:53:06 +10:00
parent 7861f57e95
commit cab27d2da3
1 changed files with 1 additions and 1 deletions

View File

@ -5254,7 +5254,7 @@ void meshgen_flaglike(MeshMakeData *data, v3s16 p, MapNode &n, SelectedNode &sel
if (selected.is_coloured || selected.has_crack) {
float os[2] = {0.01,-0.01};
for (u16 k=0; k<2; k++) {
video::S3DVertex v[4] = vertices;
video::S3DVertex *v = vertices;
for (u16 i=0; i<4; i++) {
v[i].Pos.Z += os[k];
v[i].Pos.rotateXZBy(angle);