mirror of
https://github.com/Relintai/voxelman.git
synced 2025-03-14 18:28:50 +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() {
|
VoxelmanProp::VoxelmanProp() {
|
||||||
_snap_to_mesh = true;
|
_snap_to_mesh = false;
|
||||||
_snap_axis = Vector3(0, -1, 0);
|
_snap_axis = Vector3(0, -1, 0);
|
||||||
}
|
}
|
||||||
VoxelmanProp::~VoxelmanProp() {
|
VoxelmanProp::~VoxelmanProp() {
|
||||||
|
@ -22,7 +22,7 @@ void VoxelmanPropProp::set_snap_axis(Vector3 value) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
VoxelmanPropProp::VoxelmanPropProp() {
|
VoxelmanPropProp::VoxelmanPropProp() {
|
||||||
_snap_to_mesh = true;
|
_snap_to_mesh = false;
|
||||||
_snap_axis = Vector3(0, 1, 0);
|
_snap_axis = Vector3(0, 1, 0);
|
||||||
}
|
}
|
||||||
VoxelmanPropProp::~VoxelmanPropProp() {
|
VoxelmanPropProp::~VoxelmanPropProp() {
|
||||||
|
Loading…
Reference in New Issue
Block a user