Better defaults.

This commit is contained in:
Relintai 2019-11-07 13:20:20 +01:00
parent b6afad3024
commit 1881eea313
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ void VoxelmanProp::set_props(const Vector<Variant> &props) {
}
VoxelmanProp::VoxelmanProp() {
_snap_to_mesh = true;
_snap_to_mesh = false;
_snap_axis = Vector3(0, -1, 0);
}
VoxelmanProp::~VoxelmanProp() {

View File

@ -22,7 +22,7 @@ void VoxelmanPropProp::set_snap_axis(Vector3 value) {
}
VoxelmanPropProp::VoxelmanPropProp() {
_snap_to_mesh = true;
_snap_to_mesh = false;
_snap_axis = Vector3(0, 1, 0);
}
VoxelmanPropProp::~VoxelmanPropProp() {