mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-14 10:17:20 +01:00
Better defaults.
This commit is contained in:
parent
b6afad3024
commit
1881eea313
@ -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() {
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user