Fix gpuScaleUniform (caused strange pose-bone size)

This commit is contained in:
Campbell Barton
2017-04-27 18:44:57 +10:00
parent f4c548ce2b
commit a845fc0d39

View File

@@ -357,7 +357,6 @@ void gpuScaleUniform(float factor)
#endif
Mat4 m;
scale_m4_fl(m, factor);
m[2][2] = 1.0;
gpuMultMatrix(m);
}