1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +00:00

3d:: bugs

This commit is contained in:
Zeno Rogue 2019-05-10 03:11:01 +02:00
parent 1e64d4e220
commit ec3599ed71

View File

@ -829,7 +829,7 @@ void make_3d_models() {
for(int i=0; i<8; i++)
make_revolution(shAsteroid[i], 360);
make_revolution_cut(shBugLeg, 60, geom3::ALEG0);
make_revolution_cut(shBugLeg, 60);
make_revolution(shBugArmor, 180, geom3::ABODY);
make_revolution_cut(shBugAntenna, 90, geom3::ABODY);