mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Expose the cell_size affecting VisibilityNotifier2D precision
Refs: #4803
This commit is contained in:
parent
3fff0dda39
commit
d49ff7aff7
4 changed files with 6 additions and 3 deletions
|
@ -314,7 +314,7 @@ struct SpatialIndexer2D {
|
|||
|
||||
pass = 0;
|
||||
changed = false;
|
||||
cell_size = 100; //should be configurable with GLOBAL_DEF("") i guess
|
||||
cell_size = GLOBAL_DEF("world/2d/cell_size", 100);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue