Fix snap point for half cinder wall

This commit is contained in:
A Man
2019-10-20 18:30:29 +02:00
parent e884a17552
commit 8f10a36b99
3 changed files with 3 additions and 2 deletions

View File

@@ -288,7 +288,7 @@ class SnapBuilding {
{0,0,0,"Pivot"},
{-2.64, 0, 1.685,"Left"},
{2.64, 0, 1.685,"Right"},
{0, 0, 1.685,"Top"}
{0, 0, 1.5,"Top"}
};
};
class CinderWallDoorSmall_DZ: Cinder_DZE {};