mirror of
https://github.com/Relintai/voxelman.git
synced 2025-01-12 15:01:09 +01:00
Fix typo.
This commit is contained in:
parent
15659929b2
commit
19a255c4dd
@ -62,7 +62,7 @@ void VoxelChunkPropData::set_scale(const Vector3 &value) {
|
||||
bool VoxelChunkPropData::get_snap_to_mesh() const {
|
||||
return _snap_to_mesh;
|
||||
}
|
||||
void VoxelChunkPropData::set_snap_to_mesh(const bool &value) {
|
||||
void VoxelChunkPropData::set_snap_to_mesh(const bool value) {
|
||||
_snap_to_mesh = value;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user