mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
increase minimum range in property editor a bit
This commit is contained in:
parent
91744e9ed3
commit
57380f9aba
@ -2362,7 +2362,7 @@ void PropertyEditor::update_tree() {
|
||||
} else {
|
||||
if (p.type == Variant::REAL) {
|
||||
|
||||
item->set_range_config(1, -65536, 65535, 0.01);
|
||||
item->set_range_config(1, -65536, 65535, 0.001);
|
||||
} else {
|
||||
|
||||
item->set_range_config(1, -65536, 65535, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user